function AbrePopup(name, url, hh, ww) {
        window.open(url, name, "width="+ww+", height="+hh+", left="+(screen.width-ww)/2+", top="+(screen.height-hh)/2+", resizable=0, status=0, menubar=0, scrollbars=1");
}

function AbrePopupN(name, url, hh, ww) {
    window.open(url, name, "width="+ww+", height="+hh+", left="+(screen.width-ww)/2+", top="+(screen.height-hh)/2+", resizable=0, status=0, menubar=0, scrollbars=0");
}
