/***********************************************************************************																																									** 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=800;defaultSlideHeight=600;defaultSlideCopyright="2003";lastUpdate="September 3, 2003";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// July 7slides[0] = new Slide("01", "<ref>Wildflower (a rose?)</ref> by the same trail to our campsite that was shot at 14:18.");slides[1] = new Slide("02", "<ref>Joe, Jeff, and Susan</ref> looking out towards the light on the water near Donna's Point at 19:03.");slides[2] = new Slide("03", "<ref>A cool fanned shaped tree.</ref> 19:09.");slides[3] = new Slide("04", "Eric. <ref>Our intrepid leader and official photographer.</ref> 19:11.");slides[4] = new Slide("05", "<ref>An unknown flower that caught my eye.</ref> 20:33.");slides[5] = new Slide("06", "<ref>Looking out towards the light bouy at Donna's Point.</ref> 21:00.");slides[6] = new Slide("07", "<ref>Taken at 21:22.</ref>", 450, 600);slides[7] = new Slide("08", "<ref>Taken at 21:24.</ref>", 450, 600);slides[8] = new Slide("09", "<ref>Taken at 21:25.</ref>");slides[9] = new Slide("10", "<ref>A rising (well setting really) mountain of fire in the sky.</ref> 21:26,");// July 8slides[10] = new Slide("11", "<ref>Ken Knight</ref> in front of the Bournique&rsquo;s main building at 18:14.");