/***********************************************************************************																																									** 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=180;defaultAlignment = "below";defaultMaxPerRow = 1;defaultTextColor = "white";var slides = new Array();slides[0] = new Slide("01", "<ref>At Portage Lake trailhead for the Waterloo-Pinckney trail.</ref> Left to right: John, Dennis, Andy. We're all set to embark on our 25 mile trek to Lyndon Park. We didn't start at start of civil twilight (7:31) as we had hoped, but we still beat the official sunrise (8:03) by about 24 minutes. 07:36.")slides[1] = new Slide("02", "<ref>Looking down along the trail.</ref> We've moved away from Portage Lake. Sunrise is still several minutes away but the skies have been steadily chaning colors showing shades of pink and orange. There is an inch or so of snow on the ground. 07:51.");slides[2] = new Slide("03", "I had taken my turn at bouncing on this blowdown. <ref>Everyone else tried to cause it to break but it was too stout for their combined weight.</ref> 08:21.");slides[3] = new Slide("04", "<ref>What a wonderful play of colors.</ref> The sun has risen but the colors of our surroundings are still quite grand. It's a crisp quiet winter morning - a good day to be out. 08:30.");slides[4] = new Slide("05", "<ref>There are some open running water soruces</ref> even at this time of year. Located at approximately 42&deg;20'01.1\" N 84&deg;14'17.2\" W near Willis Road.  09:06.");slides[5] = new Slide("06", "<ref>John is posing at a NGS benchmark located at the top of Sackrider Hill.</ref> As we nared Sackrider Hill we passed the area where a long standing geocache has resided. There were many footprints leading into the clearing where that cache is. John, Andy, and I found it the previous winter. 10:22.", 525, 700);slides[6] = new Slide("07", "<ref>Yours truly hiking up the final portion of hill to the top of Sackrider Hill.</ref> The little object resting on my hat is my GPS unit. I found that was the best place to put it to ensure it would record good data throughout the hike. 10:22.");slides[7] = new Slide("08", "Sackrider Hill is a tempting sledding hill. <ref>This broken sled attests to the fact that it is also a brutal sledding hill.</ref> Last year John, Andy, and I saw people sometimes make it down all the way but it is certainly not a gentle ride. 10:30.");slides[8] = new Slide("09", "On the trail between Clear Lake and Loveland Road. <ref>Andy sure looks like he is having a good time.</ref> 15:01.");// Photos by Dennis using his cameraslides[9] = new Slide("10", "<ref>Ken Knight</ref> (Dennis is starting to call me Keebler - can't say this trail name excites me, what do you all think?) walking along the trail.", 386, 700);slides[10] = new Slide("11", "<ref>The lonely dead tree in the open field.</ref> In the distance you can see Dennis, John, and Ken. Photo taken by Andy.");slides[11] = new Slide("12", "Andy is become a trail marker. <ref?The Waterloo-Pinckney cross we all bear.</ref> Some of the signs are in horrid shape as you can see.", 525, 700);slides[12] = new Slide("13", "<ref>Can you find the trail marker?</ref>", 525, 700);slides[13] = new Slide("14", "It's late afternoon <ref>and we are paused at another broken trail marker.</ref>");