<!--
var newwindow;
function poptastic(url)
{
        newwindow=window.open(url,'name', 'left=20,top=20,width=800,height=500,toolbar=1,resizable=1');
        if (window.focus) {newwindow.focus();}
}

//-->
