/*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 () {}
	});*/
	
	jQuery('.DisabledTab > a').click(
		function() { return false }
	);
	
	jQuery('ul.Level0 > li').hover(
		function() { jQuery(this).find('ul.Level1').css('top','-35px');},
		function() { jQuery(this).find('ul.Level1').css('top','-1000px'); }
	);
	
	jQuery("a").focus(function(){
	this.blur();
	});
	
	/*For Request an appoinment page alignment*/
	jQuery("#dnn_ctr561_FormMaster_lbl_ctl__20080314T134348").append("<br>");
	
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/about_hover.png";
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/financial_hover.png";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/fun_hover.png";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/home_hover.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/pinfo_hover.png";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/treat_hover.png";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/patientlogin_hover.png";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/contactus_hover.png";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/subbg.png";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/specials_hover.png";

});

//sIFR implementation
function pageScripts() {
	var SpringLP = {src: DNN_skinPath + 'SpringLP.swf' };
	sIFR.activate(SpringLP);
	sIFR.replace(SpringLP, {
		selector: 'h1', 
		wmode: 'transparent', 
		src:  DNN_skinPath +  'SpringLP.swf', 
		css: [ '.sIFR-root {color:#b53126; font-size:42px;}'  ]
	});
}
