
  var files = new Array('CRW_2725.jpg', 'CRW_2726.jpg', 'CRW_2727_sharp.jpg', 'CRW_2728.jpg', 'CRW_2730.jpg', 'CRW_2732.jpg', 'CRW_2733.jpg', 'CRW_2734.jpg', 'CRW_2740.jpg', 'CRW_2741.jpg', 'CRW_2743.jpg', 'CRW_2744.jpg', 'CRW_2745.jpg', 'CRW_2746.jpg', 'CRW_2747.jpg', 'CRW_2748.jpg', 'CRW_2749.jpg', 'CRW_2754.jpg', 'CRW_2755.jpg', 'CRW_2756.jpg', 'CRW_2761.jpg', 'CRW_2762.jpg', 'CRW_2763.jpg', 'CRW_2765.jpg', 'CRW_2784.jpg', 'IMG_2837.jpg', 'IMG_2839.jpg', 'IMG_2840.jpg');
  var titles = new Array('3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/4.0,   (1/160), ISO_100, (flash) {2004:05:31 19:11:04}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/4.0,   (1/160), ISO_100, (flash) {2004:05:31 19:11:21}', '667 x 1000', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.6,   (1/160), ISO_100, (flash) {2004:05:31 19:12:49}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/3.5,   (1/160), ISO_100, (flash) {2004:05:31 19:14:29}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/3.5,   (1/160), ISO_100, (flash) {2004:06:03 19:34:43}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash) {2004:06:03 19:35:09}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash) {2004:06:03 19:35:41}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/4.0,   (1/200), ISO_800, (flash) {2004:06:03 19:40:17}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/4.0,   (1/200), ISO_800, (flash) {2004:06:03 19:40:20}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800, (flash) {2004:06:03 19:40:53}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:41:03}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:41:29}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:41:46}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:42:04}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:42:14}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_800 {2004:06:04 13:42:44}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/4.0,   (1/25), ISO_400, metering=matrix {2004:06:05 11:42:04}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/3.5,   (1/50), ISO_800, metering=matrix {2004:06:05 11:42:37}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/3.5,   (1/60), ISO_800, metering=matrix {2004:06:05 11:42:51}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_200, (flash) {2004:06:05 14:15:42}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash) {2004:06:05 14:15:57}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash) {2004:06:05 14:16:14}', '3072x2048 RAW by Canon EOS 300D at 50.0mm (80), f/5.0,   (1/200), ISO_100, (flash), metering=matrix {2004:06:05 16:41:20}', '3076 x 2052 by Canon EOS 300D at 40.0mm (64), f/7.1,   (1/200), ISO_800, (flash), metering=center weight {2004:06:07 19:40:08}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/2.2,   (1/125), ISO_100, (flash) {2004:06:09 19:45:31}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/2.2,   (1/125), ISO_100, (flash) {2004:06:09 19:46:08}', '3072 x 2048 by Canon EOS 300D at 50.0mm (80), f/2.2,   (1/125), ISO_100, (flash) {2004:06:09 19:48:49}');
  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();
 }

