/***********************************************************************************																																									** 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";// Used by MakeCaptions3defaultThumbWidth=300;defaultAlignment = "below";defaultMaxPerRow = 1;var slides = new Array();// saturdayslides[0] = new Slide("01", "<ref>Our north bound hiking group.</ref> Someone else better identify everyone here.");slides[1] = new Slide("02", "<ref>It's not all forest.</ref> If anyone had stepped into this open area I bet they would have sunk.");slides[2] = new Slide("03", "<ref>Maybe not as impressive as holding up a balanced rock</ref>, but this is Michigan not the southwest.");slides[3] = new Slide("04", "<ref>I love this moss.</ref> What causes it to grow along the trail like this is a mystery to me.");slides[4] = new Slide("05", "<ref>Our fearless hiking leader</ref> in the foreground.");slides[5] = new Slide("06", "<ref>Cool stumps.</ref> And a \"linear\" forest. Definitely one planted by man.");slides[6] = new Slide("07", "Through hiking the NCT? <ref>Now you know how far you have to go.</ref>.");