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