function ExternalLink(){
	if(confirm("You are now leaving our web site.")){
		return true;
	} else {
		return false;
	}
}

function MailLink(){
	if(confirm("This is not a secured email transmission.  Do not send information such as account numbers, account service requests or other personal information through this email address.  Please login to e-banking if you would like to send a secured email or to submit a secured account maintenance form (opt-in/opt-out, address change, stop payment, check copy, check card application).")){
		return true;
	} else {
		return false;
	}
}