
/*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("#sub55>a").attr("href","http://www.katzenorthodontics.com/");
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();		
		});
		
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/Home_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/Office_hover.jpg";
	menuImage6= new Image(); 
	menuImage6.src = DNN_skinPath + "images/Patient_hover.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/Testimonials_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/Treatment_hover.jpg";
	
});
