
  var files = new Array('CRW_3640.jpg', 'CRW_3642.jpg', 'CRW_3644.jpg', 'CRW_3645.jpg', 'CRW_3646.jpg', 'CRW_3647.jpg', 'CRW_3652.jpg', 'CRW_3665.jpg', 'CRW_3666.jpg');
  var titles = new Array('3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 15:44: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:08 15:45:28}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:50:56}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:51:16}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:51:34}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:51:50}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:53:50}', '2052 x 3076 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:59:36}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/6.3,   (1/200), ISO_100, (flash), metering=center weight {2004:07:08 16:59: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();
 }


