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

		});

	});

