//sIFR implementation
function pageScripts() {
var BradleyHandITC= {  src: DNN_skinPath + 'BradleyHandITC.swf' };
sIFR.activate(BradleyHandITC);
sIFR.replace(BradleyHandITC, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'BradleyHandITC.swf', 
  css: [ '.sIFR-root {color:#fff49b;font-size:24px;}'  ]
});
}
/*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 () {}
	});
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();		
		});
	
	/*jQuery(".LinkIcon").rollover();*/	
	
	jQuery(".Level1").append("<li><img src='/Portals/_default/Skins/hageorthodontics/images/subbottom.jpg' class='subbottom' /></li>");
	
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/subbottom.jpg";
});