function pageScripts() {
var apple = {  src: DNN_skinPath + 'apple.swf' };
sIFR.activate(apple);
sIFR.replace(apple, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'apple.swf', 
  css: [ '.sIFR-root {color:#ffffff;font-size:30px;font-weight:normal; height:auto; }'  ]
  	
});
}

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();
	});
	
	/*Preload the menu backgrounds*/
	


		
});




