// Bank Number vBankID = "1198" // IBS Secure URL vSecureURL = "https://ibs.secure-banking.com/cgi-bin/hb.exe" // IBS Form Processing URL vFormAction = "https://ibs.secure-banking.com/cgi-bin/hbform.exe" ///////////////////////////////////////////// // Shouldn't Have To Edit Below This Point // ///////////////////////////////////////////// vSignOn = vSecureURL + "?control=" + vBankID + ".txt&act=signon" vPDemo = vSecureURL + "?control=" + vBankID + ".txt&act=login&v1=demo&v2=123456" vBDemo = vSecureURL + "?control=" + vBankID + ".txt&act=login&v1=democ&v2=123456" // SignOn Button vSignOnButton = "
" // Personal Demo Button vPDemoButton = "" // Business Demo Button vBDemoButton = "" // SignOn Text Link vSignOnLink = "" // Personal Demo Text Link vPDemoLink = "" // Business Demo Text Link vBDemoLink = "" // Login Variables vLoginVars = "" vLoginVars = vLoginVars + "" // Login Fields vLoginIDField = "" vPasswordField = "" vChangePasswordField = "" // Enrollment Variables vEnrollVars = "" vEnrollEndVars = "" document.write(vSignOnLink) document.write(vPDemoLink) document.write(vBDemoLink)