function pop(url,width,height){
                popup = window.open(url, 'popup', 'width=' + width + ',height=' + height + ',scrollbars=yes,resizable=yes,menubar=yes');
                popup.focus();
                return;
                }
