	function picture(n,t,i) {
	  with (document) {
	    open();
        writeln('<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">');
		writeln('<HTML><HEAD><TITLE>Knapp\'s Homepage - Orchids</TITLE><LINK rel="stylesheet" type="text/css" href="../style_3.css"></HEAD>');
		writeln('<BODY>');
		writeln('<TABLE align="center" border="4"><tr><td>');
//		write('<IMG src="http://site.ifrance.com/jensk/opics/orch');
		write('<IMG src="file://K:/Homepage/Neu/01_fotos/opics/orch');
		write(n);
		writeln('.jpg">');
		writeln('</td></tr></table>');
		writeln('<a href="javascript:location=location.href;" border="0" onmouseover="status=\'back\'; return true;" onmouseout="status=\'\'; return true;">');
		writeln('<img src="../pics/pfeil3.gif" alt="back" align="left" border="0" class="rand1"></a>');
		writeln('<p align="center" class="schrift1">',t,'</p><p align="center">');
		if (i==0) { write('&copy;Jens Knapp'); }
		if (i==1) { write('picture taken at an orchid exhibition at Palmengarten Frankfurt 04/98 &copy;Jens Knapp'); }
		if (i==2) { write('picture taken at Orchideenb&ouml;rse at Palmengarten Frankfurt 10/98 &copy;Jens Knapp'); }
		if (i==3) { write('picture taken at 1.Hanauer Orchideentage 10/98 &copy;Jens Knapp'); }
		if (i==4) { write('picture by Helmut Deutsch'); }
		if (i==5) { write('picture taken at Palmengarten Frankfurt &copy;Jens Knapp'); }
		if (i==6) { write('picture by <a href="http://members.chello.at/manfred.schmucker/">Manfred Schmucker</a>, <a href="http://www.orchideen.at/">&Ouml;OG</a>'); }
		if (i==7) { write('picture by E. Kerschbaum'); }        
		if (i==8) { write('picture by Uwe Keller'); }        
		writeln('</p>');
		writeln('</body></html>');
		close();
	}
}
