<!-- Begin
var newwindow; 
function poptastic(url) 
{ newwindow=window.open(url,'name','height=625,width=800,left=143,top=8,scrollbars=yes'); if (window.focus) {newwindow.focus()} } 

// End -->