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