/***********************************************************************************																																									** 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="2005";lastUpdate = "November 16, 2005"defaultTextColor="yellow";// Used by MakeCaptions3defaultThumbWidth=210;defaultAlignment = "below";defaultMaxPerRow = 1;var slides = new Array();// November 12, 2005slides[00] = new Slide("01", "<ref>We are gathered here</ref> at 11 Mile road to hike the North Country Trail to 6 Mile road.  Those of you who were there know who is who already (and can tell me). 10:18.");slides[01] = new Slide("02", "<ref>Robert is a first-time attendee</ref> to the Gathering. He is part of our growing Chicago contingent (4 this year; last year we had 2). 10:48.", 525, 700);slides[02] = new Slide("03", "<ref>Robert and I hung out at this first creek</ref> for longer than I thought. While the bulk of the colors are off the trees the fround is quite vibrant. 11:05.");slides[03] = new Slide("04", "<ref>Looking ahead.</ref> The vividly colorful ground contrasts wonderfully with the evergreens during this partly cloudy sun-dappled morning. 11:16.");slides[04] = new Slide("05", "Robert has pulled ahead <ref>and Eric has caught up.</ref> I think it's fair to say that Eric  has a wonderfully distinctive eye for photos (<a href=\"http://homepage.mac.com/ericdoyle/gathering.html\" target=\"_blank\">see for yourself</a>). 11:18.");slides[05] = new Slide("06", "<ref>I like these small open areas.</ref> They always seem to be surrounded by evergreens.  11:47.");slides[06] = new Slide("07", "<ref>This stretch of NCT</ref> must be running along some sort of old right-of-way (can someone tell me what). Eric is striding down the path carrying, sad to say, someone else's trash. 12:03.");slides[07] = new Slide("08", "<ref>North Country Trail blazes</ref> are sky blue. If you are used to AT-style blazes your first encounter with these blazes might throw you off (white blazes mark side trails). 14:01.");slides[08] = new Slide("09", "<ref>The view from the point of view of a moss line.</ref> These lines of moss pop up along the side of the trail from time to time. 14:22.");slides[09] = new Slide("10", "<ref>The next colony of moss</ref> just down the trail. I am not sure what the red thing is, but it sure pops out. 14:24.");slides[10] = new Slide("11", "<ref>This open space</ref> is the last pretty one I would see before reaching 6 Mile road about 30 minutes later. 14:37.");// November 13, 2005slides[11] = new Slide("12", "We are waiting for Paul to return with a paintbrush that he had forgotten. We had to kill some time <ref>and Andy found this way</ref> to use up a few minutes. 12:25.");slides[12] = new Slide("13", "<ref>How high could Andy climb?</ref> At least this high where he stopped 12:25.", 525, 700);slides[13] = new Slide("14", "<ref>Blazing a tree</ref> is a three step process (after you select the tree to put the blaze on). I am doing the first step using a draw knife to scrape off the scale from the bark. I am doing my best to put the blaze up high, well over six feet. You need to smooth the bark, but not break into the vascular cambium layer. 13:42.", 525, 700);slides[14] = new Slide("15", "<ref>Here come some of the group.</ref> Watch out Andy is armed, but not really dangerous. 14:12.");slides[15] = new Slide("16", "Near the end of the trail segment we are working on is Camp Swampy. <ref>This fantastic root</ref> was a couple hundred feet off the trail. 14:42.");slides[16] = new Slide("17", "<ref>A broader view</ref> of where the fantastic root resides. 14:44.");slides[17] = new Slide("18", "<ref>The final step is painting the 2 by 6 inch blaze.</ref> Typically Paul would use a specially formulated oil-based paint designed for marking trees. The paint is not only quite thick but also has fungicide properties. However, he was not able to get that particular paint for this time and so is using a different oil-based paint that may require another coat rather sooner than usual. 14:55.");slides[18] = new Slide("19", "<ref>Elvira is working on step 2</ref> of making a blaze. She is using a wire brush to fine-tune the smoothing done with the draw knife (actually this tree may have bark that is thin enough that we only used the brush). Brushing helps remove unwanted bits of wood and fungus. 14:57.");slides[19] = new Slide("20", "<ref>A sample of our work.</ref> This blaze is perhaps a half hour old. Sure is a fine specimen of the species. 14:59.");
