  n = 1;
  all = 17;
  
  // fotos
  var fotos = new Array();
  fotos[1] = "2006_01_BC-01";
  fotos[2] = "2006_01_BC-02";
  fotos[3] = "2006_01_BC-03";
  fotos[4] = "2006_01_BC-04";
  fotos[5] = "2006_01_BC-05";
  fotos[6] = "2006_01_BC-06";
  fotos[7] = "2006_01_BC-07";
  fotos[8] = "2006_01_BC-08";
  fotos[9] = "2006_01_BC-09";
  fotos[10] = "2006_01_BC-10";
  fotos[11] = "2006_01_BC-11";
  fotos[12] = "2006_01_BC-12";
  fotos[13] = "2006_01_BC-13";
  fotos[14] = "2006_01_BC-14";
  fotos[15] = "2006_01_BC-15";
  fotos[16] = "2006_01_BC-16";
  fotos[17] = "2006_01_BC-17";
  
  var memos = new Array();
  memos[1] = "Richmond";
  memos[2] = "Richmond";
  memos[3] = "Richmond";
  memos[4] = "Richmond";
  memos[5] = "Richmond";
  memos[6] = "Sea to Sky Highway";
  memos[7] = "Sea to Sky Highway";
  memos[8] = "Sea to Sky Highway";
  memos[9] = "Whistler-Blackcomb";
  memos[10] = "Whistler-Blackcomb";
  memos[11] = "Whistler-Blackcomb";
  memos[12] = "Whistler-Blackcomb";
  memos[13] = "Whistler-Blackcomb";
  memos[14] = "Whistler Village";
  memos[15] = "Whistler Village";
  memos[16] = "Whistler Village";
  memos[17] = "Whistler Village";
  
  // thumbs
  var thumbs = new Array();
  for( i=1; i<=all; i++ )
  {
  	thumbs[i] = new Image();
  	thumbs[i].src = "images/TN_" + fotos[i] + ".JPG";
  }
