/***********************************************************************************																																									** 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 = "October 16, 2003";// Used by MakeCaptions3defaultThumbWidth=200;defaultAlignment = "below";defaultMaxPerRow = 1;var slides = new Array();slides[0] = new Slide("01", "<ref>Looking into the fall colored forests at the trail head here in Hanover, New Hampsire.</ref> This trail will lead us to the Velvet Rocks shelter. The two orange capped fellows are (left to right) Paul and Josh. This is Josh's first time on the AT and he is hoping to through hike the trail with his wife in 2006.");slides[1] = new Slide("02", "<ref>This group picture shows us in repose</ref> at the Velvet Rocks shelter. Left to right: Elwira, Andy, Paul, Josh, and Ken.");