// 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";

// 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 Name
var sExitURLText="Future Bank";

// ? No Ref #
var bGeneralOptions=true;
var sCustSvcDept = "Customer Service Center";

//URL to the FI's Home Page, Ref # = X2a
var sBankFakeURL = "http://www.metavante.com";

//support Number for the bank, Ref # = X8a
var sBankPhone = "1-800-555-1234"; 

// The Color of the Sun Menu un CIB, Ref # = B43
var sSubMenuBGColor = "#FFFFFF";

// The Name of the Signon Label, Ref # = X15a
var sSignon = "Signon";

// How Many Bannerads the Bank has in CIB, used for rotation purposes, Ref # = DS1a
var bannerads="1";

// Whether the Bank has Credit Card turned on, Ref # = DS1b
var bankCCPayments="Y";

// Whether the Bank has Third Party Link turned on, Ref # = DS1c
var thirdPartyLink="N";

// Whether the Bank has Bill Pay turned on, Ref # = DS1d
var billPay="Y";

// Whether the Bank has Bill Pay with Presentment turned on
var billpay_showPresentment="N";

// Whether the Bank has Stop Check turned on, Ref # = DS1e
var stopCheck="Y";

// Whether the Bank has External Transfers turned on, Ref # = DS2a
var externalTransfer="Y";

// Whether the Bank has  Transfers turned on
var menu_transfers = "Y";

// Whether the Bank has  Message Center turned on
var messagecenter= "Y";

// Whether the Bank has Forgotten Password turned on, Ref # = DS2b
var forgottenpass="Y";

// Whether the Bank has Check Reorder turned on, Ref # = DS2d
var checkreorder="Y";


var enrollment="Y";

// Whether the Bank wants to display a Privacy Statement, Ref # = X32b
var privacy="Y";

// Whether the Bank wants to display a Disclosure Statement, Ref # = X33b
var disclosure="Y";

// Whether the Bank wants to display an electonic Statement
var Statement = "Y";

// Whether the Bank has Teaser Text turned on, Ref # = A4e
var teaser="N";

// Whether the Bank wants the customer the ability to do Stop a renage of checks, Ref # = X16a
var checkrange="Y";

// Whether the Bank has Bill Pay Support turned on, No Ref #
var bpsupportmail="N";

// Status Alert for Bill Payment
var bpAlert = "N";


// Demo User Name 
var username = "demo";

// CIB Alert E-mail Address
var Alertemail = username + "@metavante.com";

//FDIC logo 
var FDIC = "Y";

//Static Apps Switch
var Static_Apps = "Y";

//Check Image switch
var Check_Image = "Y";

//Bill Banner Ad URL
var BPBannerAdURL = "http://www.metavante.com";

//Text Based Menus
var tBasedMenu = "Y";

//Transaction Manager detail switch
var TM_detail = "Y";

//Transaction Manager running balance switch
var TM_runningbalance = "Y";

//Download Activity Parameters
var down_CSV = "Y";
var down_AS  = "Y";
var down_WC  = "Y";
var down_QIF = "Y";

//Whether bank shows cc payment alerts on the alert setup page
var show_cc_payment_alerts = "Y";

var promoCard = "Value Savings Cards";

var changeuserprofile = "Y";

var userReports = "Y"

//----------------------------------------------------------------------------
// CeBNG flags
// New Flags for Account Overview page

//Whether bank wants to show Deposit Account table
var showDepositTable = "Y";

//Whether bank wants to show Credit Account table
var showCreditTable = "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 New Messages Link
var showNewMessages = "Y";

//Whether bank wants to show UnPaid Bills Link
var showUnPaidBills = "Y";

//Whether bank wants to show Scheduled Bill Payments Link
var showScheduledBillPayments = "Y";

//Whether bank wants to show Scheduled Internal Transfers Link
var showScheduledIntTransfers = "Y";

//Whether bank wants to show Scheduled External Transfers Link
var showScheduledExtTransfers = "Y";

//Whether bank wants to show Scheduled CC PaymentsLink
var showScheduledCCPayments = "Y";

//Whether bank wants to show Graphic Ad Link
var showGraphicAd = "Y";

//Whether bank wants to show Educational Text Link
var showEducationalText = "Y";
