/***********************************************************************************																																									** This file contains the slide objects to be presented in the photo gallery and   ** trip journal. The MakeCaptions1 function defined elsewhere will use the objects ** found in the "slides" (case sensitive) array. Each array element will contain a ** single Slide object which means it must have a reference ID, link, width, and   ** height. The reference ID string, the width and height are integers, the link    ** is a string. To define where the hyperlink text within the link goes surround   ** it the meta-tag <ref></ref> pair.																							  **																																									**																																									** Parameters for the Slide function call are (reference, link text, width, height ** and copyright string. The first two are required. 															***********************************************************************************/defaultSlideWidth=700;defaultSlideHeight=525;defaultSlideCopyright="2004";lastUpdate="March 2, 2004";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// December 23slides[0] = new Slide("01", "<ref>We did not hike down to this waterfall</ref> that was partway up the Romero Pools trail. If yu really needed water I suppose you could get to this stream. 11:03.");slides[1] = new Slide("02", "<ref>My parents.</ref> At the Romero Pools. I think I was expecting bigger pools but there was certainly plenty of flowing water. 11:45.");slides[2] = new Slide("03", "I don't think I have ever <ref>seen signs made like this before.</ref> 13:26.");// December 24slides[3] = new Slide("04", "<ref>I am standing in front of Bridal Wreath Waterfall.</ref> This pour-off waterfall is just a short ways off the trail that leads to the Douglas Springs campground. 12:04.", 525, 700);slides[4] = new Slide("05", "<ref>Dad in front of Bridal Wreath Waterfall.</ref> We had taken a leisurely 2 hours (bit less) to reach this waterfall. 12:05.", 525, 700);slides[5] = new Slide("06", "Sometimes you just spy <ref>neat rock formations or constructions</ref> like this one. Mom spotted this one as we were getting set to leave the gravel strewn area of Bridal Wreath Waterfall. 12:08.");slides[6] = new Slide("07", "<ref>An expansive view of the desert below.</ref> We would be able to peer down into the valley below often as we left the foothills on our hike back to the trailhead. 12:12.");slides[7] = new Slide("08", "<ref>It is too bad that I did not have a GPS receiver with me.</ref> This is clearly a benchmark. 12:35.");// December 25slides[8] = new Slide("09", "<ref>Saguaro cactus can grow</ref> in some really wonderous ways. We would see many fine examples on today's hike. 09:47.", 525, 700);slides[9] = new Slide("10", "<ref>The desert is full of various plants.</ref> Dad is surrounded by all sorts of flora here up by the dam Mr. Garwood built some 60 years ago. 10:31.");slides[10] = new Slide("11", "<ref>The dam Mr. Garwood built.</ref> This is an impressive piece of work especially when you stop and remember that he also had to build a road to get the materials up to the construction site. 10:33.");slides[11] = new Slide("12", "<ref>Cute isn't it?</ref> Yes, it is, but I wouldn't suggest you touch this plant. It's a Teddy Bear Cholla Cactus. 10:50.");slides[12] = new Slide("13", "<ref>Mom is sitting</ref> amongst the Teddy Bear Cholla cactus. We're heading further into the foothills towards the Wild Horse Tank. 10:51.");slides[13] = new Slide("14", "<ref>One of the pools at the Wild Horse Tank.</ref> These pools struck me as more substantial than Romero Pool did. 11:05.");slides[14] = new Slide("15", "<ref>Life was rather different here at Wild horse Tank.</ref> Perhaps the existence of these cattails helps make me believe this set of pools is more impressive than Romero Pool. 11:08.");slides[15] = new Slide("16", "<ref>Barrel Cactus.</ref> I always like these cacti. 11:50.");// December 26slides[16] = new Slide("17", "Tubac is a nice little community. <ref>This grand rainbow was visible the entire time we were there.</ref> 10:51.");// December 27slides[17] = new Slide("18", "<ref>The view from this small mesa</ref> shows the Tucson valley spreading out below us. We're hiking up to Pontotoc Mine. 09:33.");slides[18] = new Slide("19", "<ref>It's a bit chillier today.</ref> This coolness is accentuated since up until now we had been hiking pretty much in the shade of a close-feeling canyon. 09:33.", 525, 700);// December 28slides[19] = new Slide("20", "One final <ref>Saguaro cactus.</ref> This fine cactus is just one of many we saw on our hike along the Brown Mountain trail. 0945.", 525, 700);
