<!-- // START photos_inits_yosmite.js 

// ******** YOSEMITE **********

function initAlcatrazYosemite(i46) 
{                               /* initialize for tour photos */
  tour_name = "Yosemite & Giant Sequoias with Alcatraz Tour";
  tourDetailsPage ="http://www.extranomical.com/HTML_PAGES/ALCATRAZ_YOSEMITE_ITINERARY.htm.htm";
  
  initStart();  // start initialization
 
  var exPath = 	   "http://www.extranomical.com/photos/ALCATRAZ_YOSEMITE_TOUR_PHOTOS/";   // *** On-Line Path *** 

  photoList[0]   = "http://www.extranomical.com/photos/ALCATRAZ_YOSEMITE_TOUR_PHOTOS/yosemite-alcatraz-tour.jpg"
   titleList[0]  = "Click Arrows for Photos";      // ** ABOVE PHOTO SHOULD BE TOUR ICON **

  photoList[photoList.length]  = exPath + "2003July12.jpg"; 
   titleList[titleList.length] = "Yosemite Valley";
  photoList[photoList.length]  = exPath + "Bear3.jpg";
   titleList[titleList.length] = "Bear at Yosemite";
  photoList[photoList.length]  = exPath + "EXMCLYoseSequoia.jpg";
   titleList[titleList.length] = "Giant Sequoias Trees";
  photoList[photoList.length]  = exPath + "Extranomical-YoseSM.jpg"; 
   titleList[titleList.length] = "Yosemite Valley";
  photoList[photoList.length]  = exPath + "Fallen_Sequoia.jpg"; 
   titleList[titleList.length] = "Fallen Sequoia";
  photoList[photoList.length]  = exPath + "FallenGiantSequoia.jpg";
   titleList[titleList.length] = "Fallen Sequoia";
  photoList[photoList.length]  = exPath + "Giant_Grizzley_Tree.jpg";
   titleList[titleList.length] = "Giant Sequoia";
  photoList[photoList.length]  = exPath + "Giant_Sequoia02.jpg"; 
   titleList[titleList.length] = "Giant Sequoia";
  photoList[photoList.length]  = exPath + "Giant_Sequoia_Tunnel.jpg";
   titleList[titleList.length] = "Giant Sequoia Tunnel";
  photoList[photoList.length]  = exPath + "Half_Dome_View.jpg";
   titleList[titleList.length] = "Half-Dome View";
  photoList[photoList.length]  = exPath + "Half_Dome_Yosemite.jpg"; 
   titleList[titleList.length] = "Half Dome";
  photoList[photoList.length]  = exPath + "PDRM0006.jpg"; 
   titleList[titleList.length] = "Yosemite";
  photoList[photoList.length]  = exPath + "PDRM0007.jpg";
   titleList[titleList.length] = "El Capitan";
  photoList[photoList.length]  = exPath + "PDRM0031.jpg";
   titleList[titleList.length] = "Merced River";
     photoList[photoList.length]  = exPath + "PDRM0067.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "PDRM0080.jpg";
   titleList[titleList.length] = "Yosemite Valley";
  photoList[photoList.length]  = exPath + "Sequoia_Giant_Tunnel_tree.jpg";
   titleList[titleList.length] = "Giant Sequoia Tunnel";
  photoList[photoList.length]  = exPath + "Upper_Yosemite_Falls.jpg"; 
   titleList[titleList.length] = "Yosemite Falls";
  photoList[photoList.length]  = exPath + "Yosemite_Half_Dome.jpg"; 
   titleList[titleList.length] = "Half Dome";
  photoList[photoList.length]  = exPath + "Yosemite_Tour_El_Capitan.jpg";
   titleList[titleList.length] = "Tour Group";
  photoList[photoList.length]  = exPath + "Yosemite_Van_Tour_El_Capita.jpg";
   titleList[titleList.length] = "Yosemite Van";
  photoList[photoList.length]  = exPath + "cells.jpg"; 
   titleList[titleList.length] = "Alcatraz Cell";
  photoList[photoList.length]  = exPath + "exterior-01.jpg";
   titleList[titleList.length] = "Outside Alcatraz";
  photoList[photoList.length]  = exPath + "exterior-02.jpg";
   titleList[titleList.length] = "Outside Alcatraz";
  photoList[photoList.length]  = exPath + "exterior-03.jpg"; 
   titleList[titleList.length] = "Outside Alcatraz";
  photoList[photoList.length]  = exPath + "exterior-04.jpg"; 
   titleList[titleList.length] = "Outside Alcatraz";
  photoList[photoList.length]  = exPath + "island.jpg";
   titleList[titleList.length] = "The Rock";
  photoList[photoList.length]  = exPath + "owl.jpg";
   titleList[titleList.length] = "An Owl";
  photoList[photoList.length]  = exPath + "solitary-confinement.jpg";
   titleList[titleList.length] = "Solitary Confinement";


  initFinish();  // common init finish
}
