jQuery().ready(function(){
		// first simple Accordion with special markup
		jQuery('#leftMenu').Accordion({
			header: 'div.title',
			active: '.'+page,
			alwaysOpen: false,
			animated: false
		});	
		
		
	});