//sIFR implementation
function pageScripts() {
var palacescript = {  src: DNN_skinPath + 'verdana.swf' };
sIFR.activate(palacescript);
sIFR.replace(palacescript, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'verdana.swf', 
  css: [ '.sIFR-root {color:#083E96;font-size:36px;	font-weight:600;}'  ]
  
  
});
}

jQuery(document).ready(function(){
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
});

