$(function() {
	if (typeof ($.fn.tabs) != 'undefined') {
		$("#tabs").tabs();
	}
	if (typeof ($.fn.accordion) != 'undefined') {
		$( "#accordion" ).accordion({
			collapsible: true,
			autoHeight: false,
			active: -1
		});
	}
});
