function openVersion(type, fname, height)
{
        var url = "/r/" + type + "/" + fname + ".html";
        //window.alert(url);
        window.open(url, "ring_version", "width=475, height=" + height + ", location=no, scrollbars=no, menubar=no, toolbar=no, resizable=no, status=yes");
}

function openOperator(operator, height)
{
        var url = "/r/" + operator + "_cdl.html";
        //window.alert(url);
        window.open(url, "ring_operator", "width=775, height=" + height + ", location=no, scrollbars=no, menubar=no, toolbar=no, resizable=no, status=yes");
}

function openMmsOperator(operator, height)
{
        var url = '/mms/' + operator + '_partner.html';
        //window.alert(url);
        window.open(url, 'mmswindow', 'width=600, height=' + height + ', location=no, scrollbars=yes, menubar=no, toolbar=no, resizable=no, status=yes');
}
