<!-- // START photos_inits_winecountry.js

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

function initWineRedwoodsAlcatraz(i40)
{                               /* initialize for tour photos */
  tour_name = "Seaplane Tour";
  tourDetailsPage = "http://www.extranomical.com/HTML_PAGES/SEAPLANE_WINE_TOUR_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/ALCATRAZ_TOUR/";  // *** OnLine Path ***

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

  photoList[photoList.length]  = exPath + "cells.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "exterior-01.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "exterior-02.jpg";
   titleList[titleList.length] = "Seaplane Inside";
  photoList[photoList.length]  = exPath + "exterior-03.jpg";
   titleList[titleList.length] = "Seaplane Inside";
  photoList[photoList.length]  = exPath + "exterior-04.jpg";
   titleList[titleList.length] = "Seaplane Inside";
  photoList[photoList.length]  = exPath + "grape-crushing.jpg";
   titleList[titleList.length] = "Seaplane Intior";
  photoList[photoList.length]  = exPath + "historical-mission.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "historical-sonoma.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "island.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "muir-woods.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "owl.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "palace-of-fine-arts.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "Sausalito.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "solitary-confinement.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "sonoma-01.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "sonoma-02.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "tree-01.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "tree-02.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "tunnel-tree.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "wine-tasting-01.jpg";
   titleList[titleList.length] = "Sea Plane Tour";
  photoList[photoList.length]  = exPath + "wine-tasting-02.jpg";
   titleList[titleList.length] = "Sea Plane Tour";

  initFinish();  // common init finish
}

// END photos_inits_winecountry.js -->
