function ExitNotice() {
	if(confirm("You are now leaving the Liberty Bank & Trust web site. The privacy policy of the site to which you are going may differ from Liberty Bank & Trust's privacy policy. We do not assume any liability as a result of the use or misuse of the information on linked website pages. Information on linked website pages may become dated or may change without notice, and we do not represent or warrant that information contained on these linked pages is complete or accurate. Always verify information obtained from linked websites before you act upon such information. \n\nTo remain at our site, click Cancel. To leave our site for the link you selected, click OK.")) {
	 return true;
	}
history.go(0);
return false;
}

function jumpMenuGo(objId,targ,restore){ //v9.0
  var selObj = null;  with (document) { 
  if (getElementById) selObj = getElementById(objId);
  if (selObj) eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0; }
}

	function setAction(){

		// Small business

		if(document.Remote.loginTo[0].selected)

			//document.Remote.action = 'https://web3.evault.ws/pbi_pbi1961/pbi1961.asp?Rt=065002108&LogonBy=connect3&PRMACCESS=Account';

			//document.Remote.action = 'https://web3.evault.ws/pbi_pbi1961/Pbi1961.asp?WCI=Logon&WCE=Submit&AccessID=RemotePbiLogon&Password=*';

			//document.Remote.action = 'https://web3.evault.ws/pbi_pbi1961/pbi1961.asp?Rt=065002108&LogonBy=connect3&PRMACCESS=Account';

			document.Remote.action = 'https://web1.evault.ws/pbi_pbi1961/pbi1961.asp?WCI=RemoteLogin&RT=065002108&LogonBy=Connect3&PRMACCESS=account';
			

			// Corporate

		else if(document.Remote.loginTo[1].selected){

			document.Remote.nmUID.value = document.Remote.AccessID.value;

			document.Remote.nmPWD.value = document.Remote.Password.value;

			//document.Remote.target = '_top';

			//document.Remote.action = 'https://ecorp2.evault.ws/ebc_ebc1961/ebc1961.asp?wci=process&wce=request&rid=3000&rtn=065002108';

			//document.Remote.action = 'https://ecorp1.evault.ws/ebc_ebc1961/ebc1961.asp?WCI=Process&WCE=RemoteLogon&IRL=T';

			//document.Remote.action = 'https://ecorp2.evault.ws/ebc_ebc1961/ebc1961.asp?wci=process&wce=request&rid=3000&rtn=065002108';

			document.Remote.action = 'https://ecorp1.evault.ws/ebc_ebc1961/ebc1961.asp?WCI=Process&WCE=RemoteLogon&rid=3000&rtn=065002108';

		}

	}
	

	function doLoginRefresh(){

	// Visa

		if ( document.Remote.loginTo[2].selected ){

			//document.getElementByName[ "SimpleLogin1:UserName" ].value = document.Remote.AccessID.value;

			//document.getElementByName[ "SimpleLogin1:Password" ].value = document.Remote.Password.value;

			//document.Remote.action = "https://www.mycardstatement.com/default.asp?b=lbtc";

			window.location.href = "https://www.mycardstatement.com/default.asp?b=lbtc";

			return false;

		}
	

		if (document.Remote.AccessIDVisible.value != "" && document.Remote.PasswordVisible.value != ""){

			document.Remote.AccessID.value = document.Remote.AccessIDVisible.value;

			document.Remote.Password.value = document.Remote.PasswordVisible.value;

			//document.Remote.AccessIDVisible.value = "";

			//document.Remote.PasswordVisible.value = "";

			setAction();

			return true;

		}else{

			alert("\n Please Enter a valid Access ID and Password.  Thank you!\n\n\t"); 

			return false;

		}

	}