
  var files = new Array('CRW_6560.jpg', 'CRW_6562.jpg', 'CRW_6570.jpg', 'CRW_6572.jpg', 'CRW_6574.jpg', 'CRW_6575.jpg', 'CRW_6576.jpg', 'CRW_6581.jpg', 'CRW_6582.jpg', 'CRW_6583.jpg', 'CRW_6584.jpg', 'CRW_6585.jpg', 'CRW_6586.jpg', 'CRW_6587.jpg', 'CRW_6589.jpg', 'CRW_6591.jpg', 'CRW_6592.jpg', 'CRW_6593.jpg', 'CRW_6595.jpg', 'CRW_6598.jpg', 'CRW_6600.jpg', 'CRW_6601.jpg', 'CRW_6603.jpg', 'CRW_6604.jpg', 'CRW_6606.jpg', 'CRW_6590.jpg', 'CRW_6609.jpg', 'CRW_6610.jpg', 'CRW_6611.jpg', 'CRW_6615.jpg', 'CRW_6619.jpg', 'CRW_6621.jpg', 'CRW_6622.jpg', 'CRW_6623.jpg', 'CRW_6624.jpg', 'CRW_6625.jpg', 'CRW_6626.jpg', 'CRW_6628.jpg', 'CRW_6629.jpg', 'CRW_6630.jpg', 'CRW_6631.jpg', 'CRW_6632.jpg', 'CRW_6633.jpg', 'CRW_6634.jpg', 'CRW_6635.jpg', 'CRW_6636.jpg', 'CRW_6637.jpg', 'CRW_6638.jpg', 'CRW_6639.jpg', 'CRW_6640.jpg', 'CRW_6641.jpg', 'CRW_6642.jpg', 'CRW_6643.jpg', 'CRW_6644.jpg', 'CRW_6645.jpg', 'CRW_6646.jpg', 'CRW_6647.jpg', 'CRW_6648.jpg', 'CRW_6649.jpg', 'CRW_6650.jpg', 'CRW_6651.jpg', 'CRW_6652.jpg', 'CRW_6653.jpg', 'CRW_6654.jpg', 'CRW_6655.jpg', 'CRW_6656.jpg', 'CRW_6657.jpg', 'CRW_6659.jpg', 'CRW_6663.jpg', 'CRW_6676.jpg', 'CRW_6677.jpg', 'CRW_6686.jpg', 'CRW_6687.jpg', 'CRW_6688.jpg', 'CRW_6690.jpg', 'CRW_6691.jpg', 'CRW_6692.jpg', 'CRW_6696.jpg', 'CRW_6701.jpg', 'CRW_6705.jpg', 'CRW_6711.jpg');
  var titles = new Array('466 x 700', '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', '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', '890 x 593', '466 x 700', '466 x 700', '466 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', '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', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '466 x 700', '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', '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', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '466 x 700', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '890 x 593', '466 x 700', '890 x 668', '466 x 700', '890 x 593');
  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();
 }

