//the Name the FI calls itself, Ref # = Bank Name
var sBankName="Patriot State Bank";

//The Name te FI Calls the CIB Product, Ref # = Product Name
var sProductName="Patriot Online Banking";

//URL to the FI's Home Page, Ref # = X2a
var sPlainURL = "http://www.patriotstatebank.com";

//Bill Banner Ad URL
var BPBannerAdURL = "http://www.patriotstatebank.com";

//support Number for the bank, Ref # = X8a
var sBankPhone = "1-866-721-1023"; 

//Location of the banner ad file
var banner_ad_location = "vertical-ad-150.jpg";

//Educational text do display
var educational_text = "We now offer up to 13 months of account activity on checking and savings accounts!";

//Demo User Name 
var username = "demo";

//CIB Alert E-mail Address
var Alertemail = username + "@patriotstatebank.com";

var promoCard = "Certificates of Deposit";

var daysOfTransactionsToSearch = "60";

var daysOfViewPayments = "30";

//ENTITLEMENTS
var bankCCPayments="N";
var billPay="Y";
var expeditedPay="N";
var billpay_showPresentment="Y";
var externalTransfer="N";
var menu_transfers = "Y";
var messagecenter= "Y";
var stopCheck="Y";
var checkreorder="Y";
var Statement = "Y";
var userReports = "Y"
var privacy="Y";
var disclosure="Y";
var showManageCategoriesMenu = "Y";
var changeUserProfile="Y";
var changeUserID="Y";
var changeAddress="N";

// openNewAccount and openNewDepositAccount are mutually exclusive
var openNewAccount="N";
var openNewDepositAccount="N";
  
var down_CSV = "Y";
var down_AS  = "Y";
var down_WC  = "Y";
var down_QIF = "Y";
var enrollByAccount = "Y";

//OTHER YES/NO flags
var enrollment="Y";

//Balance to show in xfer and cc pmt drop down lists
var xferAcctListBalance="available";
//var xferAcctListBalance="current";

//Using external or investment accounts
var showInvestmentAccounts = "N";
var showExternalAccounts = "N";

//Whether bank wants to show Deposit Account table
var showDepositTable = "Y";

//Whether bank wants to show Credit Account table
var showCreditTable = "N";
var showCreditCardAccounts = "N";

//Whether bank wants to show Loan Account table
var showLoanTable = "Y";

//Whether bank wants to show the Status Panel title
var showStatusTitle = "Y";

//Whether bank wants to show Graphic Ad Link
var showGraphicAd = "N";

//Whether bank wants to show Educational Text Link
var showEducationalText = "N";

//Whether the Bank has Teaser Text turned on, Ref # = A4e
var teaser="N";

//Check Image switch
var Check_Image = "Y";

//Transaction Manager detail switch
var TM_detail = "Y";

//Transaction Manager running balance switch
var TM_runningbalance = "Y";

//Transaction Manager running balance switch
var use_business_flow_for_checking_ee2_enroll = "Y";

//Whether the bank uses account-base eStatement enrollment or not
var useByAccountStatementEnrollment = "Y"

//Whether the customer is enrolled is eStatement or not
var enrolledInEStmts = "Y";

//Whether the FI is using the Pay FI feature or not
var register_internal_payees_enabled = "N";

//Variable to set if secure chat links should be displayed or not
var secure_chat_enabled = "N";

//variable to set to e-statement presentment options for account types
var espAcctTypes = "CHECKING,SAVING,CD";

//variable to set mode of External Transfer function to enterprise, comment out for CeB ext transfer mode
var external_transfer_type = "enterprise";

//variable set to enable or disable the splash progress page
var splashprogresspage_enabled="Y";

//variable set to enable or disable the splash page
var splash_page_enabled="Y";

