
  var files = new Array('CRW_3209-1.jpg', 'CRW_3386-2.jpg', 'CRW_3432-1.jpg', 'CRW_3437.jpg', 'CRW_3441.jpg', 'CRW_3455.jpg', 'CRW_3468.jpg', 'CRW_3470.jpg', 'CRW_3471.jpg', 'CRW_3473.jpg', 'CRW_3474.jpg', 'CRW_3489.jpg', 'CRW_3496.jpg', 'CRW_3500.jpg', 'CRW_3501.jpg', 'CRW_3502.jpg', 'CRW_3504-1.jpg', 'CRW_3518_sharp.jpg');
  var titles = new Array('1000 x 666', '500 x 700', '3072x2048 RAW by Canon EOS 300D,   (1/160), ISO_100, metering=matrix {2004:07:03 09:33:10}', '3072x2048 RAW by Canon EOS 300D,   (1/15), ISO_100, metering=matrix {2004:07:03 09:39:46}', '3072x2048 RAW by Canon EOS 300D at 80.0mm (128), f/4.5,   (1/1250), ISO_100, metering=matrix {2004:07:03 09:48:20}', '3072x2048 RAW by Canon EOS 300D at 214.0mm (342.4), f/9.0,   (1/400), ISO_100, metering=matrix {2004:07:03 11:06:52}', '3072x2048 RAW by Canon EOS 300D at 133.0mm (212.8), f/4.5,   (1/800), ISO_400, metering=matrix {2004:07:03 12:43:13}', '3072x2048 RAW by Canon EOS 300D at 70.0mm (112), f/5.6,   (1/320), ISO_400, metering=matrix {2004:07:03 12:49:53}', '3072x2048 RAW by Canon EOS 300D at 70.0mm (112), f/7.1,   (1/100), ISO_200, metering=matrix {2004:07:03 12:52:18}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/1000), ISO_200, metering=matrix {2004:07:03 12:59:34}', '3072x2048 RAW by Canon EOS 300D at 100.0mm (160), f/6.3,   (1/640), ISO_200, metering=matrix {2004:07:03 13:02:14}', '3072x2048 RAW by Canon EOS 300D at 214.0mm (342.4), f/7.1,   (1/400), ISO_200, metering=matrix {2004:07:03 13:11:52}', '3072x2048 RAW by Canon EOS 300D at 70.0mm (112), f/7.1,   (1/640), ISO_200, metering=matrix {2004:07:03 13:13:44}', '3072x2048 RAW by Canon EOS 300D at 70.0mm (112), f/7.1,   (1/400), ISO_200, metering=matrix {2004:07:03 13:13:58}', '3072x2048 RAW by Canon EOS 300D at 70.0mm (112), f/7.1,   (1/500), ISO_200, metering=matrix {2004:07:03 13:14:04}', '3072x2048 RAW by Canon EOS 300D at 214.0mm (342.4), f/7.1,   (1/320), ISO_200, metering=matrix {2004:07:03 13:14:20}', '3072x2048 RAW by Canon EOS 300D at 190.0mm (304), f/5.0,   (1/640), ISO_200, metering=matrix {2004:07:03 13:23:50}', '900 x 600');
  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();
 }


