// JavaScript Document
jQuery().ready(function(){
	jQuery('#navigation').accordion({
		header: '.head',
		navigation1: true, 
		event: 'click',
		fillSpace: true,
		animated: 'bounceslide'
	});
});
