//sIFR implementation

/*var AvianRegular = {src: DNN_skinPath+'linoscript.swf'};
sIFR.activate(AvianRegular);

sIFR.replace(AvianRegular, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'linoscript.swf', 
  css: [ '.sIFR-root {color:#52344D;font-size:60px;text-indent:12px;}'
	   ]
});*/
var linoscript = {  src: DNN_skinPath + 'linoscript.swf' };
sIFR.activate(linoscript);
sIFR.replace(linoscript, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'linoscript.swf', 
  css: [ '.sIFR-root {color:#52344D;font-size:60px;text-indent:12px;}'  ]
});

/*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 () {}
	});
});
