document.writeln('<body bgcolor="#FFFFF8">');
bass = "http://www.inform.umd.edu/Caprina/Images/";
t = document.title+"| "; //Caprina: nnn/nnn | ...
dir = t.substring(9,12);
fil = t.substring(13,16);
num = eval("1"+fil);
tmp = ""+(num-1);
prv = tmp.substring(tmp.length-3,tmp.length);
tmp = ""+(num+1);
nxt = tmp.substring(tmp.length-3,tmp.length);
adr = ""+dir+"/"+fil;
t = t.substring(18,t.length);
document.writeln('<center><a href="http://www.umd.edu"><img src="http://www.umcp.umd.edu/Pictures/Buttons/umlogo.gif" height="18" width="287"></a>');
document.writeln('<br><a href="http://www.aits.umd.edu"><img src="http://www.aits.umd.edu/graphics/aitsbar.gif" height="18" width="432"></a></center>');
document.writeln('<table border="0" width="100%">');
document.writeln(' <tr>');
if (prv != "000") document.writeln('    <td align="left"><a href="'+prv+'.htm?D">&lt; &lt; &lt; Previous image</a>');
document.writeln('    <td align="right"><a href="'+nxt+'.htm?U">Next image &gt; &gt; &gt;</a>');
document.writeln('</table>');
document.writeln('<center><p><h2>Caprina Image Page</h2></p></center>');
document.writeln('<table border="0" width="100%" ncol="3">');
document.writeln(' <tr>');
document.writeln('  <td rowspan="14" width="200" align="center" valign="top">');
document.writeln('   <a href="'+bass+'fullsize/'+adr+'.jpg" target="'+fil+'">');
document.writeln('    <img src="'+bass+'thumbnail/'+adr+'t.jpg"></a></td>');
document.writeln('  <td>File Number</td>');
document.writeln('  <td>'+adr+'</td>');
document.writeln(' </tr>');
 while (t.length > 3){
 i = t.indexOf(":");
 document.writeln(' <tr><td>'+t.substring(0,i));
 j = t.indexOf("|");
 document.writeln('  <td>'+t.substring(i+2,j)+'</tr>');
 t = t.substring(j+2,t.length);}
document.writeln('</table></p>');
document.writeln('<p>Click on the image to see a larger copy.  It will appear in a');
document.writeln('new window which will (partially) cover this window.  To remove the');
document.writeln('window with the larger image, simply <i>close</i> it.</p>');
document.writeln('<hr><center><p><a href="http://www.inform.umd.edu/Caprina/" target="c">Caprina Home Page</a> &nbsp; &nbsp; ');
document.writeln('<a href="index.htm">Directory Index</a></center></p>');
document.writeln('<font size="-1"><br>'+cred);
document.writeln('<br>Web page last updated '+document.lastModified);
document.writeln('</body>');
