/***********************************************************************************																																									** 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();// saturdayslides[0] = new Slide("01", "<ref>Walking in a winter wonderland.</ref> Alright, it is not quite winter yet, but it is pretty.");slides[1] = new Slide("02", "<ref>Our lunch spot</ref> overlooks Pickerel Lake. I got almost everyone in this photo: Julie, Paul, Audrey, Curtis, Andy, and maybe others. Sure, not everyone is looking my way but what can you expect when we are all having good conversations and food.");slides[2] = new Slide("03", "The sun did break out <ref>later in the day.</ref> So much color is added when the sun appears. Maybe the sun helped trigger our later snowball war. I even got a couple shots in from a fair range (Dave's shot on me was unfair; he was far too close).");slides[3] = new Slide("04", "Back at <ref>the Crooked Lake parking lot.</ref> The sun is still out and the dayhas been very rewarding for everyone.");// sundayslides[4] = new Slide("05", "<ref>Group shot near the Gerald E. Eddie Geology Center.</ref> I can't really even tell you who in our group is in this photo. If GLH members know email me. It is a lovely late fall late morning day. Crisp, clear, snowy.");slides[5] = new Slide("06", "<ref>Another group shot with various people.</ref> John (not shown) has taken us off the Waterloo-Pinckney trail and we're now in an old pine plantation. It has clouded up since we began but is still a fine day.");slides[6] = new Slide("07", "<ref>Near the far edge of the pine plantation.</ref> Snow is not as deep here and it is really quite lovely here.");