<!-- // START photos_inits_yosmite.js 

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

function initCedarLodgeYos(i75)
{                               /* initialize for tour photos */
  tour_name = "Cedar Lodge";
  tourDetailsPage ="http://www.extranomical.com/HTML_PAGES/YOSEMITE_FIVE_DAY_TOUR_CEDAR_LODGE_ITINERARY.htm";
  
  initStart();  // start initialization
 
  var exPath = 	   "http://www.extranomical.com/photos/CEDAR_LODGE/";   // *** On-Line Path *** 

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

  photoList[photoList.length]  = exPath + "Cedar_Lodge_ Indoor_Pool.jpg"; 
   titleList[titleList.length] = "Indoor Swimming Pool";
  photoList[photoList.length]  = exPath + "Cedar_Lodge_50s_Dinner.jpg";
   titleList[titleList.length] = "50's Style Diner";
  photoList[photoList.length]  = exPath + "Cedar_Lodge_Outdoor_Pool.jpg"; 
   titleList[titleList.length] = "Outdoor Swimming Pool";
  photoList[photoList.length]  = exPath + "Cedar_Lodge_Outside.jpg"; 
   titleList[titleList.length] = "Cedar Lodge - Car Park";
  photoList[photoList.length]  = exPath + "Cedar_Lodge_Resturant_Dinning_Room.jpg";
   titleList[titleList.length] = "Restaurant Dining Room";
  photoList[photoList.length]  = exPath + "Cedar_Lodge_Room_Double_Queen_poimiroo.JPG";
   titleList[titleList.length] = "Double Queen Room";
  initFinish();  // common init finish
}
