<!--

//**********
//Variables.
//**********

var AlbumTitle = "Mexico 2005 Day 2";
var PicList = "Mexico2005Day2PicList.js";
var JournalPage = "Mexico2005Day2Journal.htm";
var RootDir = "Mexico 2005 Day 2/";
var HomeAnchor = "Mexico2005Day2";

//**************************
//Create an array of slides.
//**************************

var IntroSlide = new Slide("Intro.jpg", 0, "11/15/2005", "");
var SlideArray = new Array();
SlideArray[ 0] = new Slide("", 2, "", "El Cielo Nature Preserve");
SlideArray[ 1] = new Slide("", 4, "", "Road from Gomez Farias to Alta Cima");
SlideArray[ 2] = new Slide("IMG_9708.JPG", 0, "11/15/2005", "Starting the long, jostling ride from Gomez Farias to Alta Cima.");
SlideArray[ 3] = new Slide("IMG_9709.JPG", 0, "11/15/2005", "There were many switchbacks as we climbed.  Notice the padding... this was the truck to be in!");
SlideArray[ 4] = new Slide("IMG_9710.JPG", 0, "11/15/2005", "Malu and our driver pose for a picture.");
SlideArray[ 5] = new Slide("IMG_9711.JPG", 0, "11/15/2005", "Scanning for birds along the route.");
SlideArray[ 6] = new Slide("", 4, "", "Alta Cima");
SlideArray[ 7] = new Slide("IMG_9712.JPG", 0, "11/15/2005", "Caged Curassaws.  Look close; there are two birds perched side by side in this picture.");
SlideArray[ 8] = new Slide("IMG_9713.JPG", 0, "11/15/2005", "Richard helps the group find the birds.");
SlideArray[ 9] = new Slide("IMG_9714.JPG", 0, "11/15/2005", "What Poinsettias look like in their natural habitat.");
SlideArray[10] = new Slide("IMG_9715.JPG", 0, "11/15/2005", "Kathy's Kodak moment.");
SlideArray[11] = new Slide("IMG_9716.JPG", 0, "11/15/2005", "Jay shows off a huge acorn.");
SlideArray[12] = new Slide("IMG_9717.JPG", 0, "11/15/2005", "Look at the heavy foliage supporting these acorns.");
SlideArray[13] = new Slide("IMG_9718.JPG", 0, "11/15/2005", "Kathy, the nurse, and the translator all work on removing ticks from Laura's jacket.");
SlideArray[14] = new Slide("IMG_9719.JPG", 0, "11/15/2005", "Almost every plant had a flower.");

// end the hiding comment --> 
