// the Name the FI calls itself, Ref # = Bank Name
var sBankName="Future Bank";

// The Name te FI Calls the CIB Product, Ref # = Product Name
var sProductName="Consumer Internet Banking";

//URL to the FI's Home Page, Ref # = X2a
var sPlainURL = "http://www.metavante.com";

//Bill Banner Ad URL
var BPBannerAdURL = "http://www.metavante.com";

//support Number for the bank, Ref # = X8a
var sBankPhone = "1-800-555-1234"; 

// 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 + "@metavante.com";

var promoCard = "Value Savings Cards";

var daysOfTransactionsToSearch = "390";

//ENTITLEMENTS
var bankCCPayments="Y";
var billPay="Y";
var billpay_showPresentment="Y";
var externalTransfer="Y";
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 openNewAccount="Y";
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 = "Y";
var showCreditCardAccounts = "Y";

//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 = "Y";

//Whether bank wants to show Educational Text Link
var showEducationalText = "Y";

// 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 = "Y"