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