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