
function pageScripts() {
var KozukaGothicPro = {  src: DNN_skinPath + 'KozukaGothicPro.swf' };
sIFR.activate(KozukaGothicPro);
sIFR.replace(KozukaGothicPro, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'KozukaGothicPro.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:24px;}'  ]
  
});
}


jQuery(document).ready(function(){
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
	
	
		/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/home_hover.jpg";
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/Office-Info_hover.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/Patient-Info_hover.jpg";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/Treatment_hover.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/Miscellaneous-_hover.jpg";
		
});



