
  var files = new Array('CRW_3573.jpg', 'CRW_3583.jpg', 'CRW_3595.jpg', 'CRW_3596.jpg', 'CRW_3597_3.jpg', 'CRW_3614.jpg', 'CRW_3619_2.jpg', 'CRW_3625.jpg', 'CRW_3626.jpg', 'CRW_3627.jpg', 'CRW_3628.jpg', 'CRW_3629.jpg', 'CRW_3630.jpg', 'CRW_3633-1.jpg', 'CRW_3634.jpg', 'CRW_3638.jpg', 'CRW_3607-1.jpg');
  var titles = new Array('3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/7.1,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 14:29:12}', '1928 x 2892 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:28:38}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:33:32}', '1776 x 2668 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:33:48}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/4.5,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:41:26}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:52:00}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 15:54:42}', '3076 x 2052 by Canon EOS 300D,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 16:13:10}', '1752 x 2624 by Canon EOS 300D,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 16:13:32}', '3076 x 2052 by Canon EOS 300D,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 16:14:04}', '3076 x 2052 by Canon EOS 300D,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:35:12}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:36:22}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:36:38}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:37:02}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:37:12}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:07 17:39:38}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/160), ISO_100, (flash), metering=center weight {2004:07:07 15:48:56}');
  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();
 }

