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