var winnm = null;

function popupnm(page) {
        winnm = window.open(page, "popUpWindow", "width=400,innerwidth=400,height=350,innerheight=350,toolbar=no,titlebar=no,menubar=no,location=no,scrollbars=yes,resizable=yes");
}