// JavaScript Document

function visa()
{
var r=confirm("You are opening a website that is controlled by a provider with which First State Bank has an alliance. First State Bank does not provide, and is not responsible for, the product, service, or overall website content available at this site. First State Bank privacy policies do not apply to linked websites. You should refer to the privacy disclosure available on the site you are about to enter.");
if (r==true)
  {
  window.open("https://usa.visa.com/personal/security/vbv/index.html");
  }
else
  { top.location="#";
  }
}

function websolutions()
{
var r=confirm("You are opening a website that is controlled by a provider with which First State Bank has an alliance. First State Bank does not provide, and is not responsible for, the product, service, or overall website content available at this site. First State Bank privacy policies do not apply to linked websites. You should refer to the privacy disclosure available on the site you are about to enter.");
if (r==true)
  {
  window.open("http://www.fiservwebsolutions.com");
  }
else
  { top.location="#";
  }
}

function eComDemo()
{
var r=confirm("You are opening a website that is controlled by a provider with which First State Bank has an alliance. First State Bank does not provide, and is not responsible for, the product, service, or overall website content available at this site. First State Bank privacy policies do not apply to linked websites. You should refer to the privacy disclosure available on the site you are about to enter.");
if (r==true)
  {
  window.open("http://ca.hostbyweb.net/eComDemo/FiservSE");
  }
else
  { top.location="#";
  }
}
