function litpop(productid,reqtype){
    param = "dependent,scrollbars=yes,directories=no,menubar=no,toolbar=no,resizable=yes,width=" + 450 + ",height=" + 450;
    openurl = "/litpop/?product=" + productid + "&reqtype=" + reqtype;
    litpop_window = window.open(openurl, "addcontact", param);
}

function manpop(manid,reqtype){
    param = "dependent,scrollbars=yes,directories=no,menubar=no,toolbar=no,resizable=yes,width=" + 450 + ",height=" + 450;
    openurl = "/litpop/?manufid=" + manid + "&reqtype=" + reqtype;
    litpop_window = window.open(openurl, "addcontact", param);
}

