    function pop(url) {
        newwindow=window.open(url,'name','height=460,width=620,scrollbars=yes');   return false;
        if (window.focus) {newwindow.focus()}
        return false;
    }