$(document).ready( function() {
	$("#tabs").tabs();
	$(".accordion").accordion({
		autoHeight: false
	});
	
})