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() {

	
	setClass('PBbtn','loginBut_over');
	setClass('PerBankMain','bankingButton_over');
}

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

function BB_cell_over() {
	hideall();
	showlayer('BusinessBanking');
	setClass('BBbtn','loginBut_over');
	setClass('BusBankMain','bankingButton_over');
}

function BB_cell_out() {
	//hideall();
	//showlayer('BusinessBanking');
	setClass('BBbtn','loginBut');
	setClass('BusBankMain','bankingButton');
}

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

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

function BD_cell_over() {
	
	
	setClass('BDbtn','demoBut_over');
	setClass('BusDemoMain','bankingButton_over');
}

function BD_cell_out() {
	//hideall();
	//showlayer('BusinessDemo');
	setClass('BDbtn','demoBut');
	setClass('BusDemoMain','bankingButton');
}

function showall() {
showlayer('CustomerBenefits');
showlayer('KeyService');
showlayer('ServiceRequirements');

showlayer('Default');
}

function hideall() {
if(hasMoved == true){

	hidelayer('CustomerBenefits');
	hidelayer('KeyService');
	hidelayer('ServiceRequirements');

	hidelayer('Default');
} else {
		return false;
	};
}
