jQuery(document).ready(function($){					
									
	$("#Navigation > ul").superfish({
		hoverClass:"hover",
		pathClass:"overideThisToUse",
		delay:800,
		animation:{height:"show"},
		speed:"normal"
	});
	
	$('#Navigation a[href="#"]').click(function() { return false; });
	
	$('ul.Level1').wrapInner('<div class="clearfix"/>');

	/* remove box from links */
	$("a").focus(function(){
		this.blur();
	});	
	
	if ($('#slides').length) {
		$('#slides').cycle({
			speed:    1000, 
			timeout:  8000 
		});
	}
	
	$('.LinkIcon').rollover();	
		
	/*Preload the menu backgrounds*/
	menuImage1 = new Image(); 
	menuImage1src = DNN_skinPath + "images/officeinfo_on.png";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/patientinfo_on.png";	
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/treatment_on.png";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/patientlogin_on.png";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/funzone_on.png";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/address1_on.png";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/address2_on.png";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/address3_on.png";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/address4_on.png";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/complimentaryconsult_on.jpg";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/invisalign_on.jpg";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/videotestimonial_on.jpg";
	menuImage13 = new Image(); 
	menuImage13.src = DNN_skinPath + "images/partyneverends_on.jpg";
	
	menuImage14 = new Image(); 
	menuImage14.src = DNN_skinPath + "images/sub-top.png";
	
	if ($("#OrthoSurgery").length){
		var so = new SWFObject("http://tools.televoxsites.com/features/orthognathic.swf", "features", "190", "205", "9", "#FF6600");
		so.addParam("wmode", "transparent");
		so.addParam("quality", "high");
		so.write("OrthoSurgery");  
	}
	
	$('.accordion-faq h3').click(function() {
		$(this).toggleClass('active').next().toggle('normal');
		return false;
	});
});

function pageScripts(){
	var CenturyGothic = {  src: DNN_skinPath + 'CenturyGothic.swf' };
	sIFR.activate(CenturyGothic);
	sIFR.replace(CenturyGothic, {
		selector: 'h1', 
		wmode: 'transparent', 
		src:  DNN_skinPath +  'CenturyGothic.swf', 
		css: [ '.sIFR-root {font-size:36px;color:#0c324f;font-weight:normal;}'  ] 
	});	
}

function pageScripts_home(){
	var CenturyGothic = {  src: DNN_skinPath + 'CenturyGothic.swf' };
	sIFR.activate(CenturyGothic);
	sIFR.replace(CenturyGothic, {
		selector: 'h1', 
		wmode: 'transparent', 
		src:  DNN_skinPath +  'CenturyGothic.swf', 
		css: [ '.sIFR-root {font-size:42px;color:#ffffff;font-weight:normal;}'  ] 
	});
}
