
  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 Wealth Management Access website, you have the ability to link to information that BankChampaign does not control. If you follow the links out of the Wealth Management Access website, BankChampaign does not control or guarantee the accuracy of the information beyond that point, and our Privacy Policy does not extend beyond the Wealth Management 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 promptLink1(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 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;
    }
  }



