//sIFR implementation

var Edwardian = {  src: DNN_skinPath+'Edwardian-Lgt.swf' };
sIFR.activate(Edwardian);

sIFR.replace(Edwardian, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'Edwardian-Lgt.swf', 
  css: [ '.sIFR-root {color:#5f95d1;font-size:26px;}'
	   ]
});


jQuery(document).ready(function(){
	jQuery('#MainManu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
});
