function warningOnlineBanking() { 
 window.alert('Internet Banking may not be available at this time due to a technical issue. If you have questions or need assistance please contact your branch office.');
}

function PB_cell_over() {
	hideall();
	showlayer('VirtualTrading');
	setClass('PBbtn','loginBut_over');
	setClass('PerBankMain','bankingButton_over');
}

function PB_cell_out() {
	//hideall();
	//showlayer('VirtualTrading');
	setClass('PBbtn','loginBut');
	setClass('PerBankMain','bankingButton');
}

function PD_cell_over() {
	hideall();
	showlayer('VirtualDemo');
	setClass('PDbtn','demoBut_over');
	setClass('PerDemoMain','bankingButton_over');
}

function PD_cell_out() {
	//hideall();
	//showlayer('VirtualDemo');
	setClass('PDbtn','demoBut');
	setClass('PerDemoMain','bankingButton');
}


function hideall() {
if(hasMoved == true){
	hidelayer('InternationalFinance');
	hidelayer('TradeServices');
	hidelayer('contact');
	hidelayer('GlobalCash');
	hidelayer('ForeignExchange');
	hidelayer('VirtualTrading');
	hidelayer('VirtualDemo');
	hidelayer('Default');
} else {
		return false;
	};
}



