var newwindow; function poptastic(url) { newwindow=window.open(url,'name','height=455,width=500'); if (window.focus) {newwindow.focus()} }