--- trunk2/out/js/popup.js 2004/09/26 17:59:57 475 +++ trunk2/out/js/popup.js 2004/09/26 18:39:46 476 @@ -1,5 +1,6 @@ function popup() { //alert("open "+this.href+" in "+this.target); - window.open(this.href,this.target,'width=600,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); + var popup_win = window.open(this.href,this.target,'width=400,height=400,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes'); + popup_win.focus(); return false; }