--- trunk2/out/js/popup.js 2004/09/26 17:57:04 473 +++ trunk2/out/js/popup.js 2004/09/26 17:59:57 475 @@ -1,5 +1,5 @@ function popup() { - alert("open "+this.href+" in "+this.target); + //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'); return false; }