DL1_PRODUCTION=true;
DL1_ONLINE_SERVICE=0;
DL1_ILLUSTRATOR=1;
DL1_CALCULATOR=2;
DL1_LOGIN_HELP=3;
DL1_HOWMUCHSAVE=4;
DL1_MONTHLYPAYMENTS=5;
DL1_HOWMUCHBORROW=6;
DL1_APPLY_NOW=7;


DL1_URLS = new Array();

// PRODUCTION URLS

DL1_URLS[0] = "https://service.oneaccount.com/Service/Status/int001p.config_check?brand=3";
DL1_URLS[1] = "http://www.oneaccount.com/directline/illustration_directline.html";
DL1_URLS[2] = "https://service.oneaccount.com/directline/illust/dl-savecalc_pop.html";
DL1_URLS[3] = "https://service.oneaccount.com/directline/sframeset.html";
DL1_URLS[4] = "https://service.oneaccount.com/oneIllustration/dl_howmuchsave.jsp";
DL1_URLS[5] = "https://service.oneaccount.com/oneIllustration/dl_monthlyPayments.jsp";
DL1_URLS[6] = "https://service.oneaccount.com/directline/how-much-borrow.html";
DL1_URLS[7] = "https://service.oneaccount.com/pls/plOneSalesDL/online_one_app.new_application";

// TEST URLS
DL1_URLS[8] = "https://servicema.oneaccount.com/Service/Status/int001p.config_check?brand=3";
DL1_URLS[9] = "http://testua.oneaccount.com/directline/illustration_directline.html";
DL1_URLS[10] = "https://servicema.oneaccount.com/directline/illust/dl-savecalc_pop.html";
DL1_URLS[11] = "https://servicema.oneaccount.com/directline/sframeset.html";
DL1_URLS[12] = "https://servicema.oneaccount.com/oneIllustration/dl_howmuchsave.jsp";
DL1_URLS[13] = "https://servicema.oneaccount.com/oneIllustration/dl_monthlyPayments.jsp";
DL1_URLS[14] = "https://servicema.oneaccount.com/pls/plOneSalesDL/online_one_app.new_application";

DL1_URLS_NUM = 8;

function getDl1AccountURL(id){
    tableOffset = DL1_PRODUCTION ? 0 : DL1_URLS_NUM;
    return DL1_URLS[id + tableOffset];
}
