//sIFR implementation
function pageScripts(){
var Tahoma = {  src: DNN_skinPath + 'Tahoma.swf' };
sIFR.activate(Tahoma);
sIFR.replace(Tahoma, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Tahoma.swf', 
  css: [ '.sIFR-root {color:#00afb4; font-size:30px;}'  ]
});
}
function pageScripts2(){
var Tahoma = {  src: DNN_skinPath + 'Tahoma.swf' };
sIFR.activate(Tahoma);
sIFR.replace(Tahoma, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Tahoma.swf', 
  css: [ '.sIFR-root {color:#00afb4; font-size:18px;}'  ]
});
}

//Menu implementation	   
jQuery(document).ready(function(){

jQuery("a.active").click(function(){return(false);});	
  jQuery("p.active").hide();	
 
 
 //open active sub
 //jQuery("#menu a.activepage").parent().stop().slideDown("slow");



	jQuery("a.active").mouseover(function(){
					jQuery("p.active:not(p.active:eq("+ jQuery("a.active").index(this) + "))").stop().slideUp("slow");
					jQuery("p.active:eq("+ jQuery("a.active").index(this) + ")").stop().css("height","auto").slideDown("slow");
				
								
 	});

jQuery("#dnn_ContentPane, a.empty").mouseover(function(){jQuery("p.active").stop().slideUp("slow");});

jQuery("p.active a").mouseover( function(){jQuery(this).stop().fadeTo("fast", 0.6, function(){jQuery(this).fadeTo("slow", 1);});});



	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/home_hover.jpg";	 
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/about_hover.jpg";
    menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/faq_hover.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/newpatient_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/smeilgallery_hoverr.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/services_hover.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/resources_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/contactus_hover.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/login_hover.jpg";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/appoint_hover.jpg";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/articles_hover.jpg";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/patientform_hover.jpg";
	menuImage13 = new Image(); 
	menuImage13.src = DNN_skinPath + "images/teethwhitening_hover.jpg";
	
	
	
		/* remove box from links */
	jQuery("a").focus(function(){
	this.blur();
	});
	

 });

    


		

	


