jQuery(function(){
	// Accordion
	jQuery("#accordion").accordion({ 
		header: "h3",
		//event: "mouseover",
		//animated: 'easeInOutBack',
		autoHeight: false
	});
});
