/***********************************************************************************																																									** 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";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";lastUpdate="October 19, 2005";var slides = new Array();// September 28slides[00] = new Slide("01", "<ref>Yours truly.</ref>At my starting point near DAvenport Gap, TN. 12:07.",525, 700);// September 29slides[01] = new Slide("02", "<ref>Pretty aren't they.</ref>If you can tell me what these flowers are (<a href=\"javascript:OpenImageNamed(\'03.jpg\',700,525)\">closer view here.</a>) I'd like to know. 13:14.");slides[02] = new Slide("04", "<ref>I saw a lot of these purle-ish</ref>small flowers on the trail. I do not know what they are, do you? 15:30");// September 30slides[03] = new Slide("05", "<ref>Max Patch.</ref> I believe I took this photo looking out across North Carolina. What a wonderful afternoon even with the slightly hazy sky. 12:08.");slides[04] = new Slide("06", "<ref>Max Patch again</ref> but this time looking out into Tennesee as I recall. 12:22.");slides[05] = new Slide("07", "<ref>The trail across Max Patch</ref> is not nearly as well defined as I expected it would be. It would certainly be far tougher to cross this 4,629 foot summit in foggy conditions than say the open area just after Elk Gardens before the ascent of Mount Rogers. 13:03.");slides[06] = new Slide("08", "<ref>Me hiking across Max Patch.</ref> Photo was taken by either Terry or John - I met them the first day and then here on Max Patch. 12:55.");slides[07] = new Slide("09", "<ref>These yellow stalk-like plants</ref> sure look like Golden Rod to me. But I'm probably wrong about this. I saw quite a few of them though. I'm about to leave the open summit of max Patch and head back into the forest towards Lemon Gap. 13:06.");// October 2slides[08] = new Slide("10", "<ref>Signs of progress</ref>. An entry to Pisgah national Forest near Hot Springs, NC. I could have easily reached this spot the day before, but once I settled in at Dark Park shelter I stayed put. 09:35.", 525, 700);// October 3defaultTextColor="black";slides[09] = new Slide("11", "<ref>Looking down upon the French Broad river valley.</ref> I've climbed a few hundred feet and have several hundred yet to go. 10:29.");slides[10] = new Slide("12", "<ref>Views from the Rich Mountain Firetower/Lookout.</ref> Topleft: Eat; topright: south; bottomleft: west; bottomright: north. 16:02.", 1000, 750);defaultTextColor="white";// October 5slides[11] = new Slide("13", "<ref>The view into North Carolina</ref> (think that's right) from the White Rock Clifss. 11:04.");slides[12] = new Slide("14", "<ref>I am not sure if the creek</ref> this plant, sure looked like Mountain Laurel, is called Hickery Fork or Kicky Fork, but it's where I am as I walk towards the National Forest boundary starting the old White Oak Trail I believe at Bearswallow Gap. 13:19.");