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