var newwindow;
function poptastic2(url)
{
newwindow=window.open(url,'name','width=305,height=525,left=400,top=100,resizable=no,scrollbars=no,toolbar=no,status=no,location=no');
if (window.focus) {newwindow.focus()}
}