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

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

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

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

//support Number for the bank, Ref # = X8a
var sBankPhone = "1-888-622-6069"; 

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

var promoCard = "Certificates of Deposit";

var daysOfTransactionsToSearch = "390";

//ENTITLEMENTS
var bankCCPayments="N";
var billPay="Y";
var billpay_showPresentment="N";
var externalTransfer="N";
var menu_transfers = "Y";
var messagecenter= "Y";
var stopCheck="Y";
var checkreorder="N";
var Statement = "N";
var userReports = "Y"
var privacy="Y";
var disclosure="Y";
var showManageCategoriesMenu = "Y";
var fps="Y";
var changeUserProfile="N";
var changeUserID="Y";
var openNewAccount="Y";
var down_CSV = "Y";
var down_AS  = "Y";
var down_WC  = "Y";
var down_QIF = "Y";

//OTHER YES/NO flags
var enrollment="Y";

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

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


