
  var files = new Array('CRW_3097.jpg', 'CRW_3098.jpg', 'CRW_3100.jpg', 'CRW_3101.jpg', 'CRW_3102.jpg', 'CRW_3103.jpg', 'CRW_3128.jpg', 'IMG_3106.jpg', 'IMG_3107.jpg', 'IMG_3108.jpg', 'IMG_3109.jpg', 'IMG_3110.jpg', 'IMG_3111.jpg', 'IMG_3143.jpg', 'IMG_3144.jpg', 'IMG_3145.jpg', 'IMG_3155.jpg', 'IMG_3156.jpg', 'IMG_3157.jpg');
  var titles = new Array('3076 x 2052 by Canon EOS 300D at 55.0mm (88), f/5.6,   (1/100), ISO_100, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:43:24}', '3076 x 2052 by Canon EOS 300D at 31.0mm (49.6), f/4.5,   (1/100), ISO_100, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:44:08}', '3076 x 2052 by Canon EOS 300D at 30.0mm (48), f/7.1,   (1/100), ISO_400, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:45:08}', '3076 x 2052 by Canon EOS 300D at 30.0mm (48), f/7.1,   (1/125), ISO_400, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:45:20}', '3076 x 2052 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/200), ISO_400, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:45:46}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/7.1,   (1/160), ISO_400, metering=matrix, aperture priority (semi-auto) {2004:06:19 13:46:02}', '3076 x 2052 by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/125), ISO_100, metering=matrix, aperture priority (semi-auto) {2004:06:19 15:18:10}', '3072 x 2048 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/125), ISO_400, metering=matrix {2004:06:19 13:47:57}', '3072 x 2048 by Canon EOS 300D at 55.0mm (88), f/7.1,   (1/160), ISO_400, metering=matrix {2004:06:19 13:48:05}', '3072 x 2048 by Canon EOS 300D at 31.0mm (49.6), f/7.1,   (1/60), ISO_400, metering=matrix {2004:06:19 13:48:12}', '3072 x 2048 by Canon EOS 300D at 27.0mm (43.2), f/7.1,   (1/50), ISO_400, metering=matrix {2004:06:19 13:48:13}', '3072 x 2048 by Canon EOS 300D at 44.0mm (70.4), f/7.1,   (1/125), ISO_400, metering=matrix {2004:06:19 13:49:24}', '3072 x 2048 by Canon EOS 300D at 33.0mm (52.8), f/7.1,   (1/160), ISO_400, metering=matrix {2004:06:19 13:49:51}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/3.2,   (1/400), ISO_100, metering=matrix {2004:06:19 15:29:35}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/4.5,   (1/160), ISO_100, metering=matrix {2004:06:19 15:30:08}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/4.5,   (1/200), ISO_100, metering=matrix {2004:06:19 15:30:26}', '3072 x 2048 by Canon EOS 300D at 55.0mm (88), f/5.6,   (1/1250), ISO_400, metering=matrix {2004:06:19 16:01:50}', '3072 x 2048 by Canon EOS 300D at 55.0mm (88), f/5.6,   (1/800), ISO_400, metering=matrix {2004:06:19 16:02:01}', '3072 x 2048 by Canon EOS 300D at 55.0mm (88), f/5.6,   (1/640), ISO_400, metering=matrix {2004:06:19 16:02:10}');
  var comments = new Array('', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '');
  function printAll(){
    var res = "<center>";
    for (i=0; i<files.length; i++){
      res+='<img src="http://213.221.30.36/gruppa/2/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="http://213.221.30.36/gruppa/2/images/'+src+'">');
    wnd.document.write('<img src="http://213.221.30.36/gruppa/2/images/'+src+'" title="'+title+'" border=1>');
    wnd.document.writeln('</a></td></tr></table>');
    wnd.document.writeln('</body></html>');
    wnd.document.close();
    wnd.focus();
 }


