//sIFR implementation


function pageScripts() {
var papurus = {  src: DNN_skinPath + 'papurus.swf' };
sIFR.activate(papurus);
sIFR.replace(papurus, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'papurus.swf', 
  css: [ '.sIFR-root {color:#892644;font-size:40px;}'  ]
});
}
/*Menu implementation*/

jQuery(document).ready(function(){
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});

});

