
  var files = new Array('CRW_5749.jpg', 'CRW_5752.jpg', 'CRW_5762.jpg', 'CRW_5766.jpg', 'CRW_5767.jpg', 'CRW_5768.jpg', 'CRW_5773.jpg', 'CRW_5792.jpg', 'CRW_5802.jpg', 'CRW_5811.jpg', 'CRW_5814.jpg', 'CRW_5815.jpg', 'CRW_5824.jpg', 'CRW_5828.jpg', 'CRW_5829.jpg', 'CRW_5832.jpg', 'CRW_5850.jpg', 'CRW_5857.jpg', 'CRW_5861.jpg', 'CRW_5863.jpg', 'CRW_5868.jpg', 'CRW_5870.jpg', 'CRW_5874.jpg', 'CRW_5876.jpg', 'CRW_5885.jpg', 'CRW_5889.jpg', 'CRW_5890.jpg', 'CRW_5891.jpg', 'CRW_5895.jpg', 'CRW_5916.jpg', 'CRW_5917.jpg', 'CRW_5918.jpg', 'IMG_5905.jpg', 'IMG_5906.jpg', 'IMG_5912.jpg');
  var titles = new Array('890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '467 x 700', '466 x 700', '890 x 593', '890 x 593', '890 x 593', '467 x 700', '890 x 593', '466 x 700', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '467 x 700', '466 x 700', '466 x 700', '466 x 700', '466 x 700', '467 x 700', '525 x 700', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '466 x 700');
  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=20><td width=800 align=center valign=top>');
  for (i=0; i<files.length; i++){
   if (i==n) {
    if (i>0) wnd.document.write('<input type=button value="<prev '+files[i-1]+'" onclick="imgshow('+(i-1)+')">&nbsp;&nbsp;');
    wnd.document.write(comments[n]+'&nbsp;<a  href="index.html">--==*'+files[i]+'*==--</a>&nbsp;');
    if (i<(files.length-1))wnd.document.write('<input type=button value="'+files[i+1]+' next>" onclick="imgshow('+(i+1)+')"><br>');
   }
  }
    wnd.document.writeln('</td></tr></table>');
    wnd.document.writeln('<a href="images/'+src+'">');
    wnd.document.write('<img src="images/'+src+'" title="'+title+'" border=1>');
    wnd.document.writeln('</a>');
    wnd.document.writeln('</body></html>');
    wnd.document.close();
    wnd.focus();
 }


