<!-- // START photos_inits_winecountry.js

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

function initWalkingNobHill(i54)
{                               /* initialize for tour photos */
  tour_name = "San Francisco Walking Tour of Nob Hill";
  tourDetailsPage = "http://www.extranomical.com/HTML_PAGES/SAN_FRANCISCO_WALKING_NOBHILL_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/HOB-NOB-TOUR/";  // *** OnLine Path ***

  photoList[0]   = "http://www.extranomical.com/images/icons/NOB-HILL-WALKING-TOUR.jpg";
   titleList[0]  = "Click Arrows for Photos";  // ** ABOVE PHOTO SHOULD BE TOUR ICON **
  photoList[photoList.length]  = exPath + "Fairmont-Hotel.jpg";
   titleList[titleList.length] = "Meet under the flags of the Fairmont Hotel ";
  photoList[photoList.length]  = exPath + "Huntington-Park-Turtles.jpg";
   titleList[titleList.length] = "Fountain of Turtles at Huntington Park";
  photoList[photoList.length]  = exPath + "Silver-King-Flood-Mansion.jpg";
   titleList[titleList.length] = "Silver King Flood's mansion ";
  photoList[photoList.length]  = exPath + "Huntington-Hotel-Lobby.jpg";
   titleList[titleList.length] = "Huntington Hotel lobby";
  photoList[photoList.length]  = exPath + "Gold-Mountain-Monestary.jpg";
   titleList[titleList.length] = "Gold Mountain Sagely Monastery in Chinatown ";
  photoList[photoList.length]  = exPath + "Fairmont-Hotel-Gold-Room.jpg";
   titleList[titleList.length] = "Gold Room at Fairmont Hotel ";
  photoList[photoList.length]  = exPath + "Fairmont-Beaux-Art-Lobby.jpg";
   titleList[titleList.length] = "Fairmont Hotel Beaux Art Lobby ";
  photoList[photoList.length]  = exPath + "Doors-of-Paradise-Grace-Cathedral.jpg";
   titleList[titleList.length] = "Doors of Paradise at Grace Cathedral";
  photoList[photoList.length]  = exPath + "Mark-Hopkins-Lobby.jpg";
   titleList[titleList.length] = "Mark Hopkins Hotel lobby ";
  photoList[photoList.length]  = exPath + "Ritz-Carlton.jpg";
   titleList[titleList.length] = "Ritz Carlton Hotel Lobby";
  photoList[photoList.length]  = exPath + "Stanford-Court-High-Tea.jpg";
   titleList[titleList.length] = "Enjoy High Tea at the Stanford Court Hotel";
  photoList[photoList.length]  = exPath + "Tiffany-Glass-Stanford-Court.jpg";
   titleList[titleList.length] = "Tiffany glass at Stanford Court Hotel ";
  photoList[photoList.length]  = exPath + "Victorian-Homes.jpg";
   titleList[titleList.length] = "1917 Willis Polk Edwardian Victorian Homes"; 
  initFinish();  // common init finish
}

// END photos_inits_sailing.js -->
