//sIFR implementation

var TimesNewRoman = {src: DNN_skinPath+'TimesNewRoman.swf'};
sIFR.activate(TimesNewRoman);

sIFR.replace(TimesNewRoman, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'TimesNewRoman.swf', 
  css: [ '.sIFR-root {color:#5F4635;font-size:40px;margin-left:15px;}'
	   ]
});

/*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 () {}
	});
});
