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