﻿

function DisclaimerLink(LinkURL) 
{
    alert("By selecting this link, you will be leaving the Austin Bank website.");
    window.open(LinkURL, "NewLinkWindow");
}

function MailDisclaimer()
{
    alert("In order to protect your personal and confidential information, passwords, account numbers, social security numbers, or other non-public information should not be sent to Austin Bank via email.");
}