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