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