var newwindow;
function poptastic2(url)
{
    newwindow=window.open(url,'name','height=350,width=550,scrollbars=yes,resizable=no,menubar=no,dependent=yes,status=yes');
    if (window.focus) {newwindow.focus()}
}