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 {color:#ffffff;font-size:30px;font-weight:bold;text-transform:uppercase;}'  ]
});
}
function pageScripts1() {
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 {color:#ffffff;font-size:45px;font-weight:bold;text-transform:uppercase;}'  ]
});
}

jQuery(document).ready(function(){
	jQuery.noConflict();
jQuery('.acc h4').click(function() {
jQuery(this).toggleClass('active').next().toggle("fast");
 return false;
 }).next().hide(); 							
	jQuery('#Navigation').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:true,
		showSpeed: 400, 
		hideSpeed: 400
	});	
	
	/* remove box from links */
	jQuery("a").focus(function(){
		this.blur();
	});	
	

		
	/*Preload the menu backgrounds*/
	menuImage1 = new Image(); 
	menuImage1.src = DNN_skinPath + "images/cu_hover.jpg";
	menuImage2 = new Image(); 
	menuImage2.src = DNN_skinPath + "images/fz_hover.jpg";	
	menuImage3 = new Image(); 
	menuImage3.src = DNN_skinPath + "images/home_hover.jpg";
	menuImage4 = new Image(); 
	menuImage4.src = DNN_skinPath + "images/mtd_hover.jpg";
	menuImage5 = new Image(); 
	menuImage5.src = DNN_skinPath + "images/oi_hover.jpg";
	menuImage6 = new Image(); 
	menuImage6.src = DNN_skinPath + "images/os_hover.jpg";
	menuImage7 = new Image(); 
	menuImage7.src = DNN_skinPath + "images/pi_hover.jpg";
	menuImage8 = new Image(); 
	menuImage8.src = DNN_skinPath + "images/plogin_hover.jpg";
	menuImage9 = new Image(); 
	menuImage9.src = DNN_skinPath + "images/tt_hover.jpg";
	menuImage10 = new Image(); 
	menuImage10.src = DNN_skinPath + "images/ploc1_on.jpg";
	menuImage11 = new Image(); 
	menuImage11.src = DNN_skinPath + "images/loc12_on.jpg";
	menuImage12 = new Image(); 
	menuImage12.src = DNN_skinPath + "images/loc3_on.jpg";	
	
		
	});
