jQuery().ready(function(){
		
		// second simple accordion with special markup
		jQuery('#navigation').accordion({
			active: false,
			header: '.head',
			navigation: true,
			autoheight: false, 
			animated: 'easeslide'
		});

	    // bind to change event of select to control first and seconds accordion
// 		var accordions = jQuery('#navigation');
		
	});
