<!--
   function wopen(wurl,w,h,t)
    { 
		popupwin=window.open("","photo","height="+h+",width="+w+",resizable=0,scrollbars=0,menubar=0,status=1");
		popupwin.document.write("<html><head>");
		popupwin.document.write("<title>"+t+"</title>");
		popupwin.document.write("<link href='/html/styles.css' rel=stylesheet type=text/css>");
		popupwin.document.write("</head><body leftmargin='0' topmargin='0' marginwidth='0' marginheight='0'>");
		popupwin.document.write("<img src="+wurl+">");
		popupwin.document.write("</body></html>");
		popupwin.document.close;
    }
-->
