// JavaScript Document
jQuery().ready(function(){
	
		
		// second simple Accordion with special markup
		jQuery('#navigation').Accordion({
			active: false,
			header: '.head',
			navigation: true,
			event: 'click',
			autoheight: true,
			animated: 'bounceslide'
		});
		
	
		
	});