   n = 1;
  all = 15;
  
  // fotos
  var fotos = new Array();
  fotos[1] = "BIG-BOOBS";
  fotos[2] = "LIGHTHOUSE";
  fotos[3] = "HOLES";
  fotos[4] = "BEACH-DRIVING";
  fotos[5] = "FISHERMAN";
  fotos[6] = "CATCH-OF-THE-DAY";
  fotos[7] = "GOVERNMENT";
  fotos[8] = "COCOON";
  fotos[9] = "DEAD-LEAVES";
  fotos[10] = "ANUS";
  fotos[11] = "GREENER";
  fotos[12] = "MORE-TWIST";
  fotos[13] = "MUTATION2";
  fotos[14] = "NEGLECTED-PINOCCIO";
  fotos[15] = "NICE-HIKING-AREA";
  
  var memos = new Array();
  memos[1] = "Big Boobs";
  memos[2] = "Montauk Lighthouse";
  memos[3] = "Holes";
  memos[4] = "Beach driving";
  memos[5] = "Fisherman";
  memos[6] = "Catch of the day";
  memos[7] = "Government must be hiding something";
  memos[8] = "Cocoon";
  memos[9] = "Dead leaves";
  memos[10] = "Anus";
  memos[11] = "Greener than green";
  memos[12] = "More twist";
  memos[13] = "Mutation";
  memos[14] = "Neglected Pinoccio";
  memos[15] = "Nice hiking area";
  
  // thumbs
  var thumbs = new Array();
  for( i=1; i<=all; i++ )
  {
  	thumbs[i] = new Image();
  	thumbs[i].src = "images/TN_" + fotos[i] + ".JPG";
  }
