
//---------------------------------------------------------------------------
function showCountryList() {
        var win1;
        win1 = window.open("CountryList.aspx", "CountryList", "width=400,height=575,toolbar=0,location=0,directories=0,status=0,menubar=0");
        if (win1 == null) {
            alert("Could not open the window for Country List");
        }
    }

//---------------------------------------------------------------------------
function showCountryRates() {
        var win1;
        win1 = window.open("CountryRate.aspx", "CallingRates", "width=450,height=590,toolbar=0,location=0,directories=0,status=0,menubar=0");
        if (win1 == null) {
            alert("Could not open the window for Country Rates");
        }
    }

//---------------------------------------------------------------------------
function showReferPreview() {
        var win1;
        win1 = window.open("ReferPreview.aspx", "Preview", "width=600,height=400,toolbar=0,location=0,directories=0,status=0,menubar=0");
        if (win1 == null) {
            alert("Could not open the window for Preview");
        }
    }

//---------------------------------------------------------------------------
function showLocalAccess() {
    var win1;
    win1 = window.open("pinless_credit_localaccess.asp", "LocalAccess", "width=500,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0");
    if (win1 == null) {
        alert("Could not open the window for Preview");
    }
}
//---------------------------------------------------------------------------
function showOptionalForms() {
    var win1;
    win1 = window.open("OptionalForms.aspx", "OptionalForms", "width=500,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0");
    if (win1 == null) {
        alert("Could not open the window for Preview");
    }
}
//---------------------------------------------------------------------------
function printIt(id) {
    var win = window.open(id, "OptionalForms", "width=500,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0");
    win.print();
}
//---------------------------------------------------------------------------
function showE911() {
    var win1;
    win1 = window.open("talkbox_e911.asp", "E911", "width=500,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0");
    if (win1 == null) {
        alert("Could not open the window for Preview");
    }
}
//---------------------------------------------------------------------------
function showCallingCard() {
    var win1;
    win1 = window.open("CallingCard.aspx", "CallingCard", "width=450,height=600,toolbar=0,location=0,directories=0,status=0,menubar=0");
    if (win1 == null) {
        alert("Could not open the window for Calling Card");
    }
}

//---------------------------------------------------------------------------
function showHybridCard() {
    var win1;
    win1 = window.open("HybridCard.aspx", "HybridCard", "width=440,height=690,toolbar=0,location=0,directories=0,status=0,menubar=0");
    if (win1 == null) {
        alert("Could not open the window for Hybrid Card");
    }
}
