/**
 * @author mac
 */
jQuery().ready(function(){	
	// applying the settings
	jQuery('#theMenu').Accordion({
		active: 'h3.selected',
		header: 'h3',
		alwaysOpen: false,
		animated: true,
		showSpeed: 400,
		hideSpeed: 600
	});
});	