  n = 1;
  all = 15;
  
  // fotos
  var fotos = new Array();
  fotos[1] = "saranac-01";
  fotos[2] = "saranac-02";
  fotos[3] = "saranac-03";
  fotos[4] = "saranac-04";
  fotos[5] = "saranac-05";
  fotos[6] = "saranac-06";
  fotos[7] = "saranac-07";
  fotos[8] = "saranac-08";
  fotos[9] = "saranac-09";
  fotos[10] = "saranac-10";
  fotos[11] = "saranac-11";
  fotos[12] = "saranac-12";
  fotos[13] = "saranac-13";
  fotos[14] = "saranac-14";
  fotos[15] = "saranac-15";
  
  var memos = new Array();
  memos[1] = "Saranac Lake Islands";
  memos[2] = "Saranac Lake Islands";
  memos[3] = "Saranac Lake Islands";
  memos[4] = "Saranac Lake Islands";
  memos[5] = "Saranac Lake Islands";
  memos[6] = "Saranac Lake Islands";
  memos[7] = "Saranac Lake Islands";
  memos[8] = "Saranac Lake Islands";
  memos[9] = "Saranac Lake Islands";
  memos[10] = "Saranac Lake Islands";
  memos[11] = "Saranac Lake Islands";
  memos[12] = "Saranac Lake Islands";
  memos[13] = "Saranac Lake Islands";
  memos[14] = "Saranac Lake Islands";
  memos[15] = "Saranac Lake Islands";
  
  // thumbs
  var thumbs = new Array();
  for( i=1; i<=all; i++ )
  {
  	thumbs[i] = new Image();
  	thumbs[i].src = "images/TN_" + fotos[i] + ".JPG";
  }


