function pageScripts() {
var bernhard = {  src: DNN_skinPath + 'bernhard.swf' };
sIFR.activate(bernhard);
sIFR.replace(bernhard, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'bernhard.swf', 
  css: [ '.sIFR-root {color:#4a1a82;font-size:36px;text-tranform:none;}'  ]
});
}


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();
	});
	
	
});



