//sIFR implementation
var lunabar = {  src: DNN_skinPath + 'lunabar.swf' };
sIFR.activate(lunabar);
sIFR.replace(lunabar, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'lunabar.swf', 
  css: [ '.sIFR-root {color:#dd951f;font-size:30px;}'  ]
});


/*Menu implementation*/
jQuery(document).ready(function(){
	jQuery("#navigation > 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 () {}
	});
	/*Preload the menu backgrounds*/
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/aboutus_img_hover.jpg";
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/funstuff_img_hover.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/officeinfo_img_hover.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/patientinfo_img_hover.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/patientlogin_img_hover.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/treatment_img_hover.jpg";
});