/*//sIFR implementation
function pageScripts() {
var avantgardebookbt = {  src: DNN_skinPath + 'avantgardebookbt.swf' };
sIFR.activate(avantgardebookbt);
sIFR.replace(avantgardebookbt, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'avantgardebookbt.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:18px;}'  ]
  
});
}*/





jQuery(document).ready(function(){
	jQuery("#MainMenu li ul:empty").remove();
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
	jQuery("h3.directions").next("p").hide();
jQuery("h3.directions").click(function(){
jQuery("h3.directions").next("p").hide();
jQuery(this).next("p").show();
});
});



