function popup(url) { remote = window.open(url,"show", "width=800,height=650,resizable=0,status=0,menubar=0,scrollbars=0"); if(remote!=null){ if(remote.opener == null) { remote.opener=self; } } remote.focus(); }