var newwindow;
function poptastic(url)
{
        newwindow=window.open(url,'name','width=400,height=550,scrollbars=1,resizable=1,menubar=0,toolbar=1,left=240,top=5');
        if (window.focus) {newwindow.focus()}

}