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