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