//sIFR implementation

/*var AvianRegular = {src: DNN_skinPath+'gothic.swf'};
sIFR.activate(AvianRegular);

sIFR.replace(AvianRegular, {
  selector: '.sIFR', 
  wmode: 'transparent', 
  src: DNN_skinPath+'gothic.swf', 
  css: [ '.sIFR-root {color:#234D71;font-size:28px;}'
	   ]
});*/
function pageScripts() {
var arial = {  src: DNN_skinPath + 'brushscriptmt.swf' };
sIFR.activate(arial);
sIFR.replace(arial, {
  selector: 'h1', 
  wmode: 'transparent', 
  src:  DNN_skinPath +  'brushscriptmt.swf', 
  css: [ '.sIFR-root {color:#2d4b79;font-size:36px;text-tranform:none;font-weight:normal}'  ]
});
}


jQuery(document).ready(function(){
	jQuery('#MainMenu').accordion({
		active: false,
		header: '.menuTitle',
		event: 'click',
		autoheight:false,
		navigation:false,
		showSpeed: 1200,
		hideSpeed: 1400
	});
});



