var newwindow;
function poptastic(url, height, width){
newwindow=window.open(url,'name', 'height=650 , width=1020, toolbar=no, menubar=no, scrollbars=yes, resizable=no, location=no, directories=no, status=no');
if (window.focus) {newwindow.focus()}}