function popup(url,wname,w,h) { l=Math.floor((screen.width-w)/2); t=Math.floor((screen.height-h)/2); win=window.open(url, wname, 'toolbar=no,scrollbars=yes,location=no,statusbar=no,menubar=no,resizable=no,width='+w+',height='+h+',left='+l+',top='+t); }