function openAddServicesPop() {
    var w = window.open('https://www.bigredwire.com/members/add_services_pop.jsp','add_services_pop','width=240, height=525, scrollbars=1, resizable =1');
    w.focus();
}

function openDisconnectServicesPop() {
    var w = window.open('https://www.bigredwire.com/members/disconnect_services_pop.jsp','disconnect_services_pop','width=240, height=525, scrollbars=1, resizable =1');
    w.focus();
}

function openReconnectLinePop(ANI) {
    var w = window.open('https://www.bigredwire.com/members/reconnect_line_pop.jsp?ani=' + ANI,'reconnect_line_pop','width=475,height=180,menubar=0,titlebar=0,screenX=400,screenY=400,top=140,left=30');
    w.focus();
}

function openDisconnectLinePop(ANI) {
    var w = window.open('https://www.bigredwire.com/members/disconnect_line_pop.jsp?ani=' + ANI,'disconnect_line_pop','width=245,height=380,menubar=0,titlebar=0,scrollbars=1');
    w.focus();
}

function openQ1ZapRateAdjPop() {
    var w = window.open('https://www.bigredwire.com/members/q1_zap_rate_adjustments_pop.jsp','q1_zap_rate_adjustments_pop','width=245,height=420, menubar=0, titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openQ1RealRateAdjPop() {
    var w = window.open('https://www.bigredwire.com/members/q1_real_rate_adjustments_pop.jsp','q1_real_rate_adjustments_pop','width=245,height=420, menubar=0, titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openChangeToAnnualPop() {
    var w = window.open('https://www.bigredwire.com/members/change_to_annual_pop.jsp','change_to_annual_pop','width=245,height=210, menubar=0, titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openChangeToMonthlyPop() {
    var w = window.open('https://www.bigredwire.com/members/change_to_monthly_pop.jsp','change_to_monthly_pop','width=245,height=230,menubar=0,titlebar=0,screenX=400,screenY=400,top=140,left=30');
    w.focus();
}

function openConfirmIdentityPop(params) {
    var w = window.open('https://www.bigredwire.com/members/confirm_identity_pop.jsp?' + params,'confirm_identity_pop','width=395,height=300,status=1,menubar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openConfirmEmailPop(params) {
    var w = window.open('https://www.bigredwire.com/members/confirm_email_pop.jsp?' + params,'confirm_email_pop','width=400,height=190,status=1,menubar=0, titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openConfirmAddressPop(params) {
    var w = window.open('https://www.bigredwire.com/members/confirm_address_pop.jsp?' + params,'confirm_address_pop','width=375,height=290,status=1,menubar=0, titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openRetryCreditCardPop() {
    var w = window.open('https://www.bigredwire.com/members/card_retry_pop.jsp','card_retry_pop','width=245,height=205,status=1,menubar=0,titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}

function openConfirmCardPop(params) {
    var w = window.open('https://www.bigredwire.com/members/confirm_card_pop.jsp?' + params,'confirm_card_pop','width=400,height=400,status=1,menubar=0,titlebar=0,scrollbars=1, resizable =1');
    w.focus();
}

function openOptOutPop(params) {
    var w = window.open('https://www.bigredwire.com/members/opt_out_pop.jsp?' + params,'opt_out_pop','width=265,height=300,status=1,menubar=0,titlebar=0,screenX=1,screenY=250,top=250,left=1');
    w.focus();
}
