<!-- // START photos_inits_yosmite.js 

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

function initSanFranciscoRiverRafting(i47)
{                               /* initialize for tour photos */
  tour_name = "San Francisco River Rafting Tour";
  tourDetailsPage ="http://www.extranomical.com/HTML_PAGES/SAN_FRANCISCO_RIVER_RAFTNIG_ITINERARY.htm";
  
  initStart();  // start initialization
 
  var exPath = 	   "http://www.extranomical.com/photos/RIVER_RAFTING_TOUR_PHOTOS/";   // *** On-Line Path *** 

  photoList[0]   = "http://www.extranomical.com/photos/RIVER_RAFTING_TOUR_PHOTOS/river-rafting-logo.jpg"
   titleList[0]  = "Click Arrows for Photos";      // ** ABOVE PHOTO SHOULD BE TOUR ICON **

  photoList[photoList.length]  = exPath + "river-rafting2.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting3.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting13.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting1.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting4.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting5.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting7.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting8.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting9.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting10.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting12.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting14.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting15.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting16.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting17.jpg";
   titleList[titleList.length] = "River Rafting";
  initFinish();  // common init finish
}
function initPrivateRafting(i68)
{                               /* initialize for tour photos */
  tour_name = "Private San Francisco Whitewater River Rafting Tour";
  tourDetailsPage ="http://www.extranomical.com/HTML_PAGES/RAFTING_PRIVATE_TOUR.htm";
  
  initStart();  // start initialization
 
  var exPath = 	   "http://www.extranomical.com/photos/RIVER_RAFTING_TOUR_PHOTOS/";   // *** On-Line Path *** 

  photoList[0]   = "http://www.extranomical.com/photos/CHARTER_PHOTOS/Private_Overview_Rafting.JPG";
   titleList[0]  = "Click Arrows for Photos";      // ** ABOVE PHOTO SHOULD BE TOUR ICON **

  photoList[photoList.length]  = exPath + "river-rafting2.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting3.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting13.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting1.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting4.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting5.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting7.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting8.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting9.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting10.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting12.jpg"; 
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting14.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting15.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting16.jpg";
   titleList[titleList.length] = "River Rafting";
  photoList[photoList.length]  = exPath + "river-rafting17.jpg";
   titleList[titleList.length] = "River Rafting";
  initFinish();  // common init finish
}
