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