function pageScripts(){
var Trajan = {  src: DNN_skinPath + 'Trajan.swf' };
sIFR.activate(Trajan);
sIFR.replace(Trajan, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'Trajan.swf', 
  css: [ '.sIFR-root {color:#492c89; font-size:24px; text-transform:capitalize;}'  ]
});
}

jQuery(document).ready(function(){
	 
	jQuery('#MainMenu').accordion({ 
		active: false,
		header: '.menuTitle',
		animation:{height:"show"},
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 600,
		hideSpeed: 600
	});
	
/*pdf new tab link*/
 jQuery("#Navigation59 a").click(function(){
			window.open('/Portals/0/pdf/April_2009_Newsletter.pdf','newwindow')			 			
	 });	
 jQuery("#sitemapnavigation59 a").click(function(){
			window.open('/Portals/0/pdf/April_2009_Newsletter.pdf','newwindow')			 			
	 });
 
/* FQA page */
jQuery('.acc ul li h3').click(function() {
		jQuery(this).toggleClass('active').next().toggle("fast");
		return false;
	}).next().hide();	

/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});
	
	/*Preload the menu backgrounds*/
	menuImage = new Image(); 
	menuImage.src = DNN_skinPath + "images/home_hover.gif";
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/ourteam_hover.gif";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/officeinfo_hover.gif";
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/patientinfo_hover.gif";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/treatment_hover.gif";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/contactus_hover.gif";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/events_hover.gif";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/login_hover.gif";

});



