var ant;
av=navigator.appVersion;
hh=av.indexOf("2.0");   
function an(tpage,vals)
 { ant=window.open(tpage,"SMWIN",vals); ant.location=tpage; if (ant.opener==null) ant.opener=window; if (hh!=0) ant.focus(); }

