i=0;
imgw=0;
function imgwin(img,w,h) { 
      if(i>0 && win1.closed==false){
        win1.close();
      }
      imgw++;
      win1=window.open("","imgw","width="+w+",height="+h);
      i++;
      with(win1.document){
      writeln("<html><head><title>Ԏ}</title></head>");
      writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
      writeln("<a href='#' onClick='window.close()'><img src='"+img+"' border=0></a>");
      writeln("</body></html>");
      }
}


function imgwin_top(img,w,h) { 
      if(i>0 && win1.closed==false){
        win1.close();
      }
      imgw++;
      win1=window.open("","imgw","width="+w+",height="+h);
      i++;
      with(win1.document){
      writeln("<html><head><title>Access Map</title></head>");
      writeln("<body leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>");
      writeln("<a href='#' onClick='window.close()'><img src='"+img+"' border=0></a>");
      writeln("</body></html>");
      }
}

function window_open(filename, x, y)
{
  windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=yes,width=" + x + ",height=" + y + "'");
       window.open(filename, 'New1', windowops);
        return;
}