// the Name the FI calls itself, Ref # = Bank Namevar sBankName="Seacoast National Bank";// The Name te FI Calls the CIB Product, Ref # = Product Namevar sProductName="BankDirect Internet Banking";//URL to the FI's Home Page, Ref # = X2avar sPlainURL = "http://www.fnbtc.net";// Personalized Checking Account Names used throughout Bill Pay, No Ref #var sBPAcct1 = "Personal Checking";var sBPAcct2 = "Personal Checking 2";// URL with AHref Tag, No Ref #var sExitURLHTML="<a href='" + sPlainURL + "' target='_top'>";// The Text the user will click on when exitting and going to the FI's Home Page, Ref # = Bank Namevar sExitURLText="Seacoast National Bank";// ? No Ref #var bGeneralOptions=true;var sCustSvcDept = "Customer Service Center";//URL to the FI's Home Page, Ref # = X2avar sBankFakeURL = "http://www.fnbtc.net";//support Number tfor the bank, Ref # = X8avar sBankPhone = "1-800-435-2794"; // The Color of the Sun Menu un CIB, Ref # = B43var sSubMenuBGColor = "#FFFFCC";// The Name of the Signon Label, Ref # = X15avar sSignon = "Sign On";// How Many Bannerads the Bank has in CIB, used for rotation purposes, Ref # = DS1avar bannerads="4";// Whether the Bank has Credit Card turned on, Ref # = DS1bvar bankCCPayments="N";// Whether the Bank has Third Party Link turned on, Ref # = DS1cvar thirdPartyLink="N";// Whether the Bank has Bill Pay turned on, Ref # = DS1dvar billPay="Y";// Whether the Bank has Stop Check turned on, Ref # = DS1evar stopCheck="Y";// Whether the Bank has External Transfers turned on, Ref # = DS2avar externalTransfer="N";// Whether the Bank has Forgotten Password turned on, Ref # = DS2bvar forgottenpass="N";// Whether the Bank has Check Reorder turned on, Ref # = DS2dvar checkreorder="Y";var enrollment="Y";// Whether the Bank wants to display a Privacy Statement, Ref # = X32bvar privacy="Y";// Whether the Bank wants to display a Disclosure Statement, Ref # = X33bvar disclosure="Y";// Whether the Bank has Teaser Text turned on, Ref # = A4evar teaser="N";// Whether the Bank wants the customer the ability to do Stop a renage of checks, Ref # = X16avar checkrange="N";// Whether the Bank has Bill Pay Support turned on, No Ref #var bpsupportmail="N";// Status Alert for Bill Paymentvar bpAlert = "N";// Demo User Name var username = "demo";// CIB Alert E-mail Addressvar Alertemail = username + "@fnbtc.net";//FDIC logo var FDIC = "Y";//Static Apps Switchvar Static_Apps = "N";//Check Image switchvar Check_Image = "N";//Bill Banner Ad URLvar BPBannerAdURL = "http://www.fnbtc.net";//Text Based Menusvar tBasedMenu = "Y";