function openRateRequestPop(ratePlan) {
    var w = window.open('http://www.bigredwire.com/rates/rate_request.jsp?rp=' + ratePlan,'rate_request' + ratePlan,'width=275,height=365,menubar=0,titlebar=0,screenX=400,screenY=300,top=140,left=30');
    w.focus();
}

function openChangeRatePlanPop() {
    var w = window.open('/members/change_rate_plan_pop.jsp','change_rate_plan_pop','width=265,height=400,menubar=0,titlebar=0,screenX=400,screenY=75,top=140,left=30');
    w.focus();
}

function openDomesticRateResponsePop(ratePlan, srcNpa, srcNxx, srcBlock) {
    var w = window.open('http://www.bigredwire.com/servlets/GetPSTNRate?destination=domestic&rp=' + ratePlan + '&srcNpa=' + srcNpa + '&srcNxx=' + srcNxx + '&srcBlock=' + srcBlock, 'rate_request' + ratePlan,'width=315,height=365,menubar=0,titlebar=0,screenX=400,screenY=300,top=140,left=30');
    w.focus();
}
