function pageScripts() {
var English = {  src: DNN_skinPath + 'English.swf' };
sIFR.activate(English);
sIFR.replace(English, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'English.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:38px;text-indent:11px;}'  ]
  
});
}




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();
	});
	
	
	
});




