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

