function Q2ExternalLink(){
	if(confirm("You are leaving Central Bank's web site.\n\nThe web site you have selected is an external one located on another server. Central Bank has no responsibility for any external Web site. It neither endorses the information, content, presentation, or accuracy nor makes any warranty, express or implied, regarding any external site.")){
		return true;
	} else {
		return false;
	}
}


function AppDisclaimer(){
	if(confirm("In conforming with COPPA laws, Central Bank will not knowingly collect or use personal information from children under 13. We are not responsible for the data collection and use practices of nonaffiliated third parties to which our web sites may link. To help the government fight the funding of terrorism and money laundering activities, U.S. Federal law requires financial institutions to obtain, verify, and record information that identifies each person (individuals and businesses) who opens an account. What this means for you: When you open an account, we will ask for your name, address, date of birth and other information that will allow us to identify you. We may also ask for your driver's license or other identifying documents.  By clicking OK you agree to these terms, and that you are of legal age")){
		return true;
	} else {
		return false;
	}
}

function Q2Email(){
	if(confirm("Information provided through this email link is transmitted over an unsecured connection. Please do not send information such as account numbers, account service requests or other personal information. Please contact us in person, by telephone or by mail with confidential information.")){
		return true;
	} else {
		return false;
	}
}

function CheckBoxCheck(type){
	if(type == 0){
		if(document.Q2OnlineLogin.forgot_password[0].checked){
			document.Q2OnlineLogin.forgot_password[1].checked = false;
			document.Q2OnlineLogin.password.disabled = true;
		} else {
			document.Q2OnlineLogin.password.disabled = false;
		}
	} else if(type == 1){
		if(document.Q2OnlineLogin.forgot_password[1].checked){
			document.Q2OnlineLogin.forgot_password[0].checked = false;
			document.Q2OnlineLogin.password.disabled = true;
		} else {
			document.Q2OnlineLogin.password.disabled = false;
		}
	}
}

function alertIFT0498TOOL2(){
checkfint = confirm('You are opening a window that is controlled by an affiliate.');
if (checkfint == true)
{
window.open('http://www.secure-banking.com/currency/currency.htm', 'currency', 'width=500,height=250,resizable=0,status=0,scrollbars=yes');
}
}

function alertIFT0498TOOL6(){
checkfint = confirm('You are opening a window that is controlled by an affiliate.');
if (checkfint == true)
{
window.open('http://www.secure-banking.com/calculators/menu.htm', 'calcmenu', 'width=300,height=141,resizable=0,status=0,scrollbars=0');
}
}
