var newwindow;
function poptastic(url)
{
        newwindow=window.open(url,'name','height=730,width=630,left=20,top=20,resizable=yes,scrollbars=yes,toolbar=no,status=no');
        if (window.focus) {newwindow.focus()}
}