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:30px;color:#000000;font-weight:normal;}'  ]
});
}
///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
	});

	jQuery('#rpeClick').click(function() {
  		var sshow = new SWFObject("http://tools.televoxsites.com/features/rpa2.swf", "slideshow", "450", "350", "6", "#000000");
	    sshow.addParam("wmode", "transparent");
	    sshow.addParam("quality", "high");
		sshow.write("RPEflash");		
	});

	/* remove box from links */
	jQuery("a").focus(function(){
	this.blur();
	});		
		
	/*Preload the menu backgrounds*/
	menuImage1 = new Image(); 
	menuImage1src = DNN_skinPath + "images/home_hover.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/oinfo_hover.jpg";	
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/pinfo_hover.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/treatment_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/plogin_hover.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/fun_hover.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/contact_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/treat_on.jpg";	
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/patient_on.jpg";

	// flash features
	if (jQuery("#parts").length){
		var so = new SWFObject("/features/loader.swf", "features", "500", "315", "9", "#FF6600");
		so.addVariable("config", "/features/config.xml");
		so.addVariable("xmlfile", "/features/parts.xml");
		so.addParam("wmode", "transparent");
		so.addParam("quality", "high");
		so.write("parts");
	}
	if (jQuery('.hygiene').length) {
		var so = new SWFObject("/features/loader.swf", "features", "500", "325", "9", "#FF6600");
		so.addVariable("config", "/features/config.xml");
		so.addVariable("xmlfile", "/features/hygiene.xml");
		so.addParam("wmode", "transparent");
		so.addParam("quality", "high");
		so.write("feature");
	}
	if (jQuery('.problems').length) {
		var so = new SWFObject("/features/loader.swf", "features", "500", "273", "9", "#FF6600");
		so.addVariable("config", "/features/config.xml");
		so.addVariable("xmlfile", "/features/problems.xml");
		so.addParam("wmode", "transparent");
		so.addParam("quality", "high");
		so.write("feature");
	}
	
	if (jQuery('.inovation').length) {
		var so = new SWFObject("http://www.televoxweb.com/inovation/gac_testimonials.swf", "header", "250", "225", "8", "#ffffff");
		so.addParam("quality", "high");
		so.addParam("wmode", "transparent");
		so.addParam("salign", "t");
		so.write("feature");
	}
	
});
