<!--
var win=null;
var count = 0;
var id = "popWin";
function popWindow(im,w,h,tl) {
 tl += ''
 if (tl == 'undefined'){ (tl = 'YB0EMJ on the net')};
 text = "<HTML><HEAD><meta http-equiv='imagetoolbar' content='no'>\n";
 text += "<link rel='STYLESHEET' type='text/css' href='yb0emj.css'>\n";
 text += "<TITLE>" + tl + "</TITLE>\n";
 text += "<script language='javascript' src='maps/maps.js'>\n</script>\n";
 text += "</HEAD><BODY class=win>\n<br>\n";
 text += "<table cellspacing=0 cellpadding=0 border=0>\n";
 text += "<tr><td><img src=" + im + " height=" + h + " width=" + w + " border=0></a></td>";
 text += "<td><img src='images/x1.gif' height=" + h + " width=12></td></tr>\n";
 text += "<tr><td><IMG SRC='images/x2.gif' height=12 width=" + w +"></td><td><img src='images/x3.gif' height=12 width=12></td></tr>";
 text += "</table>\n</BODY>\n</HTML>";
 closePopWin();
 id = "popWin" + count++;
 if (navigator.appName=="Netscape")
 {
 w = parseInt(w) + 32;
 h = parseInt(h) + 38;
 }
 else {
 w = parseInt(w) + 29;
 h = parseInt(h) + 35;
 }
 LeftPos=(screen.width)?(screen.width-w)/2:100;
 TopPos=(screen.height)?(screen.height-h-40)/2:100;
 settings='height='+h+',width='+w+',top='+TopPos+',left='+LeftPos+'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0';
 win=window.open('',id,settings);
 win.document.write(text);
 if(win.focus){win.focus();}};

function closePopWin(){
  if (navigator.appName != "Microsoft Internet Explorer" 
      || parseInt(navigator.appVersion) >=4)
    if(win != null) if(!win.closed) win.close() 
  }
//-->

