/***********************************************************************************																																									** 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="2004";// Used by MakeCaptions3defaultThumbWidth=180;defaultAlignment = "below";defaultMaxPerRow = 1;defaultTextColor = "white";var slides = new Array();slides[0] = new Slide("01", "<ref>All that remains of Camp Crile.</ref> I am not sure what this camp was once used for. Clearly a cabin or something like it once stood here. 12:58.");slides[1] = new Slide("02", "<ref>Dennis and Sam.</ref> Sam is a wonderful 8 month old weimaraner. 12:59.");slides[2] = new Slide("03", "It's lunchtime. Actually lunch is about done and <ref>John is packing up.</ref> 13:30.");slides[3] = new Slide("04", "I would say that <ref>Andy is looking content.</ref> He should he is digesting a Zingermans sandwich. 13:30.");slides[4] = new Slide("05", "<ref>Dennis and Sam together again.</ref> Sam had been on a strict stay order for most of lunch. He got too close to Dennis' Zingerman's sandwich. 13:30.");slides[5] = new Slide("06", "Even after all the rather warm weather we have had over the past couple of week <ref>snow and ice spots like this one</ref> are still around. I think we found this one not long before we reached the powerlines. 14:07.");slides[6] = new Slide("07", "<ref>A general overview</ref> map of what we hiked. Based on Andy's GPS data created using Magellan's MapSend software.", 748, 620);slides[7] = new Slide("08", "<ref>A more detailed map</ref> showing our route and some broad details of the land we traveled. Andy used DeLorme TOPO USA to make this map.", 391, 642);slides[8] = new Slide("09", "<ref>This map is the most detailed.</ref> Andy created this detailed topographic map using National Geographic's TOPO! software.", 822, 1081);