$(function(){
	// Accordion
	$("#accordion").accordion({ header: "h3",autoHeight: false, collapsible: true });
});
		

