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