  n = 1;
  all = 15;
  
  // fotos
  var fotos = new Array();
  fotos[1] = "2005_east_coast_01";
  fotos[2] = "2005_east_coast_02";
  fotos[3] = "2005_east_coast_03";
  fotos[4] = "2005_east_coast_04";
  fotos[5] = "2005_east_coast_05";
  fotos[6] = "2005_east_coast_06";
  fotos[7] = "2005_east_coast_07";
  fotos[8] = "2005_east_coast_08";
  fotos[9] = "2005_east_coast_09";
  fotos[10] = "2005_east_coast_10";
  fotos[11] = "2005_east_coast_11";
  fotos[12] = "2005_east_coast_12";
  fotos[13] = "2005_east_coast_13";
  fotos[14] = "2005_east_coast_14";
  fotos[15] = "2005_east_coast_15";
  
  var memos = new Array();
  memos[1] = "Baltimore";
  memos[2] = "Baltimore";
  memos[3] = "Alexandria - George Washington Masonic Memorial";
  memos[4] = "Alexandria - George Washington Masonic Memorial";
  memos[5] = "Alexandria";
  memos[6] = "Alexandria";
  memos[7] = "Alexandria";
  memos[8] = "Washington DC - Roosevelt Memorial";
  memos[9] = "Washington DC - Roosevelt Memorial";
  memos[10] = "Washington DC - Roosevelt Memorial";
  memos[11] = "Washington DC";
  memos[12] = "Washington DC";
  memos[13] = "Washington DC";
  memos[14] = "Historic Joppa Towne";
  memos[15] = "Cape May";
  
  // thumbs
  var thumbs = new Array();
  for( i=1; i<=all; i++ )
  {
  	thumbs[i] = new Image();
  	thumbs[i].src = "images/TN_" + fotos[i] + ".JPG";
  }
