
  var files = new Array('CRW_3675.jpg', 'CRW_3676.jpg', 'CRW_3679.jpg', 'CRW_3681.jpg', 'CRW_3683.jpg', 'CRW_3686.jpg', 'CRW_3687-1.jpg', 'CRW_3688.jpg', 'CRW_3689.jpg', 'CRW_3691.jpg', 'CRW_3693-1.jpg', 'CRW_3695-1.jpg');
  var titles = new Array('3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:10 09:49:32}', '3076 x 2052 by Canon EOS 300D at 44.0mm (70.4), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:10 10:02:26}', '2052 x 3076 by Canon EOS 300D at 18.0mm (28.8), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:10 10:07:18}', '3076 x 2052 by Canon EOS 300D at 45.0mm (72), f/7.1,   (1/200), ISO_200, (flash), metering=center weight {2004:07:10 10:18:52}', '2784 x 1860 by Canon EOS 300D at 31.0mm (49.6), f/7.1,   (1/200), ISO_200, (flash), metering=center weight {2004:07:10 11:50:40}', '3076 x 2052 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/200), ISO_200, (flash), metering=center weight {2004:07:10 11:52:04}', '1368 x 2052 by Canon EOS 300D at 18.0mm (28.8), f/7.1,   (1/160), ISO_200, (flash), metering=center weight {2004:07:10 20:09:12}', '1240 x 1864 by Canon EOS 300D at 25.0mm (40), f/7.1,   (1/160), ISO_200, (flash), metering=center weight {2004:07:10 20:09:30}', '3076 x 2052 by Canon EOS 300D at 46.0mm (73.6), f/7.1,   (1/160), ISO_200, (flash), metering=center weight {2004:07:10 20:10:10}', '3076 x 2052 by Canon EOS 300D at 46.0mm (73.6), f/7.1,   (1/160), ISO_200, (flash), metering=center weight {2004:07:10 20:10:38}', '2484 x 1660 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/160), ISO_100, (flash), metering=center weight {2004:07:10 20:12:00}', '2456 x 1640 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/160), ISO_100, (flash), metering=center weight {2004:07:10 20:12:18}');
  var comments = new Array('', '', '', '', '', '', '', '', '', '', '', '');
  function printAll(){
    var res = "<center>";
    for (i=0; i<files.length; i++){
      res+='<img src="images/'+files[i]+'" title="'+titles[i]+'"><br>'+comments[i]+'<p>';    
    }
    return res+"</center>";
  }
  function imgshow(n){
    src = files[n];
    title = titles[n];
    wnd=window;
//    wnd=window.open("javascript:null", "bigpic","status=no,resizable=1,scrollbars=1,toolbar=no,menubar=no, screenX="+1000+",screenY="+800);
    wnd.document.write("<html><head><title>"+src+"</title>");
    wnd.document.write('<META content="text/html; charset=windows-1251" http-equiv=Content-Type></head>');
    wnd.document.write('<body vlink="white" link="white" bgcolor=black text="white"><center><script language=JavaScript src=index.js></script>');
    wnd.document.write('<table align=center>');
    wnd.document.write('<tr height=800><td width=100 align=center>');
    wnd.document.write(comments[n]+'<p>&nbsp;<p><a  href="index.html">--==*^*==--</a><p>');
  for (i=0; i<files.length; i++){
   if (i==n)wnd.document.write(files[i]+'<br>');
   else wnd.document.write('<input type=button value="'+files[i]+'" onclick="imgshow('+i+')"><br>');
  }
    wnd.document.write('</td><td>&nbsp;</td><td width="900">');
    wnd.document.writeln('<a href="images/'+src+'">');
    wnd.document.write('<img src="images/'+src+'" title="'+title+'" border=1>');
    wnd.document.writeln('</a></td></tr></table>');
    wnd.document.writeln('</body></html>');
    wnd.document.close();
    wnd.focus();
 }

