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