function pageScripts(){
var GaramondITCbyBT = {  src: DNN_skinPath + 'GaramondITCbyBT.swf' };
sIFR.activate(GaramondITCbyBT);
sIFR.replace(GaramondITCbyBT, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'GaramondITCbyBT.swf', 
  css: [ '.sIFR-root {color:#040203;font-size:38px;}'  ]
});
}

/*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("a").focus(function(){
	this.blur();
	});
	

/* FQA page */
jQuery('.acc h4').click(function() {
		jQuery(this).toggleClass('active').next().toggle("fast");
		return false;
	}).next().hide();	


		// flash features
		if (jQuery("#gums").length){
  		var sshow = new SWFObject("http://tools.televoxsites.com/features/gums.swf", "slideshow2", "350", "260", "6", "#000000"); 
		sshow.addVariable("colorslocation", location.host+DNN_skinPath+"colors.txt"); 
		sshow.addParam("wmode", "transparent"); 
		sshow.write("gums");
	}
		if (jQuery("#jawsfe").length){
  		var sshow = new SWFObject("http://tools.televoxsites.com/features/jaws.swf ", "slideshow", "190", "206", "6", "#72653a"); 
		sshow.addVariable("colorslocation", location.host+DNN_skinPath+"colors.txt"); 
		sshow.addParam("wmode", "transparent"); 
		sshow.write("jawsfe");
	}
	if (jQuery("#rootcanals").length){
  		var sshow = new SWFObject("http://tools.televoxsites.com/features/rootcanal.swf", "slideshow2", "350", "260", "6", "#000000"); 
		sshow.addVariable("colorslocation", location.host+DNN_skinPath+"colors.txt"); 
		sshow.addParam("wmode", "transparent"); 
		sshow.write("rootcanals");
	}
		if (jQuery("#WisdomTeeth").length){
		var so = new SWFObject("http://tools.televoxsites.com/features/wisdom.swf", "features", "190", "205", "9", "#FF6600");
		so.addParam("wmode", "transparent");
		so.addParam("quality", "high");
		so.write("WisdomTeeth");
	}
	
	/*Preload the menu backgrounds*/

	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/h_hover.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/mtd_hover.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/cd_hover.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/id_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/gd_hover.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/bag_hover.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/aoo_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/rr_hover.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/eh_hover.jpg";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/f_hover.jpg";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/cu_hover.jpg";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/raa_hover.jpg";
	menuImage13 = new Image(); 
	menuImage13.src = DNN_skinPath + "images/npf_hover.jpg";
	menuImage14 = new Image(); 
	menuImage14.src = DNN_skinPath + "images/sio_hover.jpg";
	menuImage15 = new Image(); 
	menuImage15.src = DNN_skinPath + "images/nab_hover.jpg";
});



