/***********************************************************************************																																									** 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();slides[0] = new Slide("01", "<ref>Andy and Keila</ref> We're standing just below a ridge line on a section of Dances With Dirt route that we have been carefully following. This portion of the route is marked with small bright green and white dots of pant on the trees. You really have to look hard to spot the dots here. 3:14PM.");slides[1] = new Slide("02", "<ref>Ken is shown here.</ref> Andy Mytys took this picture. We're in the same spot that you can see in previous photo. The only difference is that Andy is shooting back the way we have come.");