/***********************************************************************************																																									** 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="2003";lastUpdate="September 3, 2003";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// August 2slides[0] = new Slide("01", "Driving towards Manchester <ref>you can see the clouds overhead and hanging upon the mountains.</ref> These hanging clouds would not really leave the area until after 11:00. 09:39.");slides[1] = new Slide("02", "It is quite a climb up a steep rocky ravine <ref>to this overlook on top of Clarendon Gorge.</ref> 12:17.");slides[2] = new Slide("03", "<ref>Mom and Dad</ref> at the same overlook. 12:18.");slides[3] = new Slide("04", "<ref>Yours truly</ref> at the same overlook. 12:19.", 525, 700);slides[4] = new Slide("05", "<ref>The Mill River.</ref> As seen from the shore nearer to the parking lot. 14:32.");slides[5] = new Slide("06", "<ref>Looking across this suspension bridge</ref> that crosses the Mill River. The bridge is a replacement of an older Clarendon Gorge bridge and is dedicated in memory of Bob Brugmann. 14:33.", 525, 700);// August 3slides[6] = new Slide("07", "<ref>Signs of progress.</ref> Heading south along the Long Trail to Bloodroot Gap. 09:46.");slides[7] = new Slide("08", "<ref>Sings of more progrss.</ref> This poriton of the Long Trail crosses many streams. Each stream runs through a narrow cut in the trail. A mis-step will result in a twisted ankle or worse. But, a pretty section of trail. 10:38.");slides[8] = new Slide("09", "<ref>We found three of these markers</ref> along this section of trail. But, no one could find anything more than the witness post marker on the ground. No survey markers were found nearby. 10:47.");// August 4slides[9] = new Slide("10", "<ref>Mom and Dad</ref> are beginning the ascent towards Airport Lookout. This ascent is steep but doesn't have anything like the rocks we encountered on the other side of the Mill River. The difference in climbing out of a gorge instead of ravine. 09:39.");slides[10] = new Slide("11", "<ref>The view from Airport Lookout.</ref> The airport is the Rutland airport and some of its buildings can clearly be seen. 10:14.");slides[11] = new Slide("12", "<ref>Wild tree structure.</ref> We passed this moments after leaving the Airport Lookout. 10:24.");
