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