jQuery().ready(function(){	
	jQuery('#theMenu').Accordion({
		active: 'h3.selected',
		header: 'h3.head',
		alwaysOpen: true,
		animated: true,
		showSpeed: 200,
		hideSpeed: 500
	});
});	
