var newwindow;function poptastic(url){	newwindow=window.open(url,'name','height=750,width=590,resizable=yes,scrollbars=yes,toolbar=yes,menubar=yes');	if (window.focus) {newwindow.focus()}}
