//sIFR implementation

/*var AvianRegular = {src: DNN_skinPath+'gothic.swf'};
sIFR.activate(AvianRegular);

sIFR.replace(AvianRegular, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'gothic.swf', 
  css: [ '.sIFR-root {color:#234D71;font-size:28px;}'
	   ]
});*/
function pageScripts() {
var scriptina = {  src: DNN_skinPath + 'scriptina.swf' };
sIFR.activate(scriptina);
sIFR.replace(scriptina, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'scriptina.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:48px;text-indent:5px;}'  ]
});
}
/*Menu implementation */
jQuery(document).ready(function(){
	jQuery("#MainMenu > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false,
		onInit:function () {},
		onBeforeShow:function () {},
		onShow:function () {},
		onHide:function () {}
	});
});
