//sIFR implementation
function pageScripts(){
	var rageitalic = {  src: DNN_skinPath + 'trajan_pro.swf' };
	sIFR.activate(rageitalic);
	sIFR.replace(rageitalic, {
	selector: 'h1', 
	wmode: 'transparent', 
	src:  DNN_skinPath +  'trajan_pro.swf', 
	css: [ '.sIFR-root {color:#FFFFFF;font-size:20px;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
	});

});

