//sIFR implementation
function pageScripts() {
var bickhamScriptMM = {  src: DNN_skinPath + 'bickhamScriptMM.swf' };
sIFR.activate(bickhamScriptMM);
sIFR.replace(bickhamScriptMM, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'bickhamScriptMM.swf', 
  css: [ '.sIFR-root {color:#8c6428;font-size:60px;text-indent:10px; }'  ]
  
});
}



jQuery(document).ready(function(){
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
});



