//sIFR implementation
var bradleyhand = {  src: DNN_skinPath + 'bradleyhand.swf' };
sIFR.activate(bradleyhand);
sIFR.replace(bradleyhand, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'bradleyhand.swf', 
  css: [ '.sIFR-root {color:#000000;font-size:28px;font-weight:bold;}'  ]
});
/*
var Arial = {  src: DNN_skinPath + 'Arial.swf' };
sIFR.activate(Arial);
sIFR.replace(Arial, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Arial.swf', 
  css: [ '.sIFR-root {color:#000000;font-size:18px;font-weight:bold;}'  ]
});*/

/*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 () {}
	});
});



