//sIFR implementation 
function pageScripts(){
var rock = {  src: DNN_skinPath + 'rock.swf' };
sIFR.activate(rock);
sIFR.replace(rock, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'rock.swf', 
  css: [ '.sIFR-root {color:#ed9536;font-size:28px; }'  ]
});
}

//Menu implementation	   
jQuery(document).ready(function($){
							
	jQuery('.acc h4').click(function() {
 		jQuery(this).toggleClass('active').next().toggle("fast");
 		return false;
 	}).next().hide(); 
								
	jQuery("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal",
		oldJquery:false,
		disableHI:false
	});
	
	jQuery("#Navigation  a").attr("title","");

 jQuery(".Level1").append("<li><img src='/Portals/_default/Skins/reynoldsorthodontics/images/bottom.jpg' align='bottom' class='subbottom' /></li>");


		/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
		jQuery(".LinkIcon").rollover();	
		

		
			
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/oinfo_on.png";	 
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/pinfo_on.png";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/treatment_on.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/oblog_on.png";
	menuImage5 = new Image();	
	menuImage5.src = DNN_skinPath + "images/cus_on.png";
	menuImage6 = new Image();	
	menuImage6.src = DNN_skinPath + "images/funn_on.png";
	
	});
