	jQuery(document).ready(function(){
	jQuery('#Navigation1').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
		/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	jQuery.noConflict();
	});	

});