
  function promptLink(flink)
  {
    if (confirm("The Bank does not control or guarantee the accuracy of information beyond this point, and the Bank's privacy policy does not apply beyond this point.\n\nIf you wish to continue on, press \"OK\""))
    {
      window.open(flink,"","width=640,height=480,location=yes,resizable=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,titlebar=yes");
    }
  }

  
    function promptLink2(flink)
  {
    if (confirm("Once in the Trust Access website, you have the ability to link to information that BankChampaign does \nnot control. If you follow the links out of the Trust Access website, BankChampaign does not control or \nguarantee the accuracy of the information beyond that point, and our Privacy Policy does not extend \nbeyond the Trust Access website.\n\nIf you wish to continue on, press \"OK\""))
    {
      window.open(flink,"","width=640,height=480,location=yes,resizable=yes,menubar=yes,scrollbars=yes,status=yes,toolbar=yes,titlebar=yes");
    }
  }



  function promptMail(email)
  {
    if (confirm("IMPORTANT: This is not secure or encrypted email. Please do not enter account information, your Social Security Number, or other personal information.\n\nIf you wish to continue on, press \"OK\""))
    {
      this.location = "mailto:"+email;
    }
  }
