<!-- 
  function newWindow(imagename,s_desc,w_h,w_w)
    {
     mapwindow = window.open(imagename, "Closeup","toolbar=yes,scrollbars=yes,resizable=yes,width="+w_w+",height="+w_h)
		 mapwindow.document.write("<center><font color=purple>")
		 mapwindow.document.write("<p><FORM><INPUT TYPE='button' VALUE='Close Window' onClick='window.close()'></FORM>")
		 mapwindow.document.write("<br>"+s_desc+"<br>")
		 mapwindow.document.write("<img src="+imagename+" >")
		 mapwindow.document.write("</font></center>")
    }
  // -->

