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

