<!-- // START photos_inits_winecountry.js

// ******** WINE **********

function initWalkingNight(i55)
{                               /* initialize for tour photos */
  tour_name = "San Francisco Walking Tour by Night";
  tourDetailsPage = "http://www.extranomical.com/HTML_PAGES/SAN_FRANCISCO_WALKING_NIGHT_ITINERARY.htm";

  // **** should be the same as Muir Woods and Wine Country (initMuirWine) **** DIFFERENT TOUR ICON ****
  
  initStart();  // start initialization
 
  var exPath = "http://www.extranomical.com/photos/SAN_FRANCISCO_WALKING_TOURS/NIGHT-TOUR/";  // *** OnLine Path ***

  photoList[0]   = "http://www.extranomical.com/images/icons/SAN_FRANCISCO_WALKING_TOUR_NIGHT.jpg";
   titleList[0]  = "Click Arrows for Photos";  // ** ABOVE PHOTO SHOULD BE TOUR ICON **
  photoList[photoList.length]  = exPath + "VictoriaPastry.jpg";
   titleList[titleList.length] = "Victoria Pastry";
  photoList[photoList.length]  = exPath + "Pastries.jpg";
   titleList[titleList.length] = "Pastries";
  photoList[photoList.length]  = exPath + "FortuneCookieFactory1.jpg";
   titleList[titleList.length] = "Fortune Cookie Factory in Chinatown";
  photoList[photoList.length]  = exPath + "OliveOilTastting.jpg";
   titleList[titleList.length] = "Olive Oil Tasting";
  photoList[photoList.length]  = exPath + "CaffeRoma_up.jpg";
   titleList[titleList.length] = "Caffe Roma";
  photoList[photoList.length]  = exPath + "EasternBakery1.jpg";
   titleList[titleList.length] = "Eastern Bakery";
  photoList[photoList.length]  = exPath + "EasternBakery3.jpg";
   titleList[titleList.length] = "Eastern Bakery";
  initFinish();  // common init finish
}

// END photos_inits_sailing.js -->
