
  var files = new Array('CRW_2368.jpg', 'CRW_2370.jpg', 'CRW_2382-1.jpg', 'CRW_2384.jpg', 'CRW_2386.jpg', 'CRW_2388.jpg', 'CRW_2390.jpg', 'CRW_2391.jpg', 'CRW_2392.jpg', 'CRW_2392-1.jpg', 'CRW_2393.jpg', 'CRW_2393-1.jpg', 'CRW_2394.jpg', 'CRW_2395.jpg');
  var titles = new Array('3072x2048 RAW by Canon EOS 300D,   (1/800), ISO_200, metering=matrix {2004:04:24 06:29:51}', '3072x2048 RAW by Canon EOS 300D,   (1/200), ISO_200, metering=matrix {2004:04:24 06:35:39}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/4000), ISO_800, metering=matrix {2004:04:24 06:59:42}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/4000), ISO_800, metering=matrix {2004:04:24 07:00:19}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/4000), ISO_800, metering=matrix {2004:04:24 07:05:28}', '3072x2048 RAW by Canon EOS 300D at 108.0mm (172.8), f/5.0,   (1/4000), ISO_800, metering=matrix {2004:04:24 07:07:16}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/640), ISO_400, metering=matrix {2004:04:24 07:09:36}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/500), ISO_400, metering=matrix {2004:04:24 07:09:41}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:33}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:33}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:34}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:34}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:37}', '3072x2048 RAW by Canon EOS 300D at 300.0mm (480), f/5.6,   (1/800), ISO_400, metering=matrix {2004:04:24 07:10:39}');
  var comments = new Array('CRW_2368.jpg', 'CRW_2370.jpg', 'CRW_2382-1.jpg', 'CRW_2384.jpg', 'CRW_2386.jpg', 'CRW_2388.jpg', 'CRW_2390.jpg', 'CRW_2391.jpg', 'CRW_2392.jpg', 'CRW_2392-1.jpg', 'CRW_2393.jpg', 'CRW_2393-1.jpg', 'CRW_2394.jpg', '');
  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();
 }


