 //sIFR implementation

var artbrush = {  src: DNN_skinPath+'Exotic.swf' };

sIFR.activate(artbrush);

sIFR.replace(artbrush, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'Exotic.swf', 
  css: [ '.sIFR-root {color:#FECF50;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
	});

});

	
