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