function pageScripts(){
var Goudyoldstyle = {  src: DNN_skinPath + 'Goudyoldstyle.swf' };
sIFR.activate(Goudyoldstyle);
sIFR.replace(Goudyoldstyle, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Goudyoldstyle.swf', 
  css: [ '.sIFR-root {color:#645437;font-size:21px;text-transform:uppercase;}'  ]
});
}

//Menu implementation
jQuery(document).ready(function(){
	jQuery('#navigation').accordion({
		active: false,
		header: '.menuTitle',
		animation:{height:"show"},
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	});
/* THIS REMOVE THE LINE FROM THE EMPTY <UL> ELEMENTS (NOTE: be sure there is NO space between the <ul></ul> elements) */

	jQuery("a").focus(function(){
		this.blur();
	});
	/*Preload the menu backgrounds*/
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/Home_on.jpg";
	menuImage1 = new Image(); 
	menuImage.src1 = DNN_skinPath + "images/officeinfo_on.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/Patientonfo_on.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/Treatment_on.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/Feedback_on.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/Patientlogin_on.jpg";
});
