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