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

