//sIFR implementation
function pageScripts() {
var EdwardianLight = {  src: DNN_skinPath + 'EdwardianLight.swf' };
sIFR.activate(EdwardianLight);
sIFR.replace(EdwardianLight, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'EdwardianLight.swf', 
  css: [ '.sIFR-root {color:#064998;font-size:36px;text-indent:2px; font-weight:normal;}'  ]
  
});
}

//Menu implementation
jQuery(document).ready(function(){
	jQuery('#Navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 1200,
		hideSpeed: 1400
	});
	
	jQuery("#sitemapnavigation63 a").append("<br/>");
	jQuery("#sitemapnavigation82 a").append("<br/>");
	jQuery("#navigation li ul:empty").remove();
	jQuery("a").focus(function(){
	this.blur();
	
	});
	
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/patient_on.gif";
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/patient.gif";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/home_on.gif";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/home.gif";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/office_on.gif";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/office.gif";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/patient_on.gif";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/patient.gif";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/treatment_on.gif";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/treatment.gif";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/fun_on.gif";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/fun.gif";
});





