/***********************************************************************************																																									** 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="2006";defaultThumbWidth=180;defaultMaxPerRow=3;defaultAlignment="below";lastUpdate="February 12, 2006";defaultTextColor = "red";var slides = new Array();// August 15slides[00] = new Slide("01", "<ref>At the trailhead</ref> for the trail that will lead us to Naturalist Basin. Carol is using this trip as part of her super ultralight challenge which means she has a base pack weight of 5 pounds. My base weight will be somewhat higher, but still ultralight. 15:11.", 600, 800);slides[01] = new Slide("", "<ref>My turn to pose</ref> for the camera. We're just a little ways down the easy trail now. 15:26.", 600, 800);slides[02] = new Slide("03", "<ref>Wildflowers,</ref> I know I know what they are but I cannot name them (maybe a daisy or aster of some type). Of course, capturing the insects crawling on them was the real treat. Carol really deserves the credit for seeing this. 15:27.");slides[03] = new Slide("04", "<ref>More wildflowers</ref> as seen from the point of view of an insect or maybe hummingbird. 16:10.", 294, 784);slides[04] = new Slide("", "<ref>One of our first views</ref> of some of the higher mountains in the range. Oh, yes, I am present too. 16:26.", 600, 800);slides[05] = new Slide("06", "<ref>Stepping stones!</ref> What a wonderful set of stones. So nicely laid out that even I have no trouble. This stream is near Naturalist Basin proper. 17:47.", 600, 800);slides[06] = new Slide("07", "<ref>What caught my eye</ref> here are is that sheer cliff. I bet people try to climb it. 17:51.");slides[07] = new Slide("08", "The <ref>view from our campsite</ref> - more or less. Te puny lake you can kind of see is Everman lake. 19:17.");slides[08] = new Slide("09", "<ref>Home sweet home.</ref> While Carol is tarping it tonight I stick with my trusty old Tarptent Virga. Sure it is moderately heavy at about 25 ounces for the set up, but it pitches quickly and is reliable and that counts for a lot with me. 19:18.");// August 16slides[09] = new Slide("10", "Morning at <ref>Everman Lake.</ref> While yesertday was mostly mostly cloudy the sun did show itself often enough. Today started out with these overcast skies and I don't think either of us thought it would clear. 11:12");slides[10] = new Slide("11", "At <ref>Jordan Lake</ref>. The sun is trying to get out from under. 11:55.");slides[11] = new Slide("12", "Rain duds. <ref>Carol is getting a chance</ref> to try her new raingear. We've had a hint of drizzle here at Jordan Lake. 11:58.", 600, 800);slides[12] = new Slide("13", "My rain gear <ref>is not as exciting</ref> as Carol's. I'd probably be wearing pants but the zippers on my Ex Officio zipoff pants are shot and I cannot wear the legs. But it isn't cold so it should be OK. 11:59.", 600, 800);slides[13] = new Slide("14", "<ref>A panoramic view</ref> at Jordan Lake. The sun has tried to break through the clouds a couple times, but it has not made it yet. This is the most popular lake in the immediate area and we met a few people this morning. One fellow was trying his luck fishing. 12:13. You can also <a href=\"javascript:OpenImageNamed('1606-1615.mov', 400, 300, true)\">view this panorama</a> as a virtual reality movie (starts looking to the right).", 4398, 640);slides[14] = new Slide("15", "<ref>Another view</ref> at Jordan Lake (I think). 12:32.");slides[15] = new Slide("16", "I do not know <ref>what these lovley purple flowers</ref> (or the yellow in the background) are, but they're sure nice to gaze at. 13:03.");slides[16] = new Slide("17", "The day is warming up and we think the heavy weather, such as it was, is not going to be an issue. <ref>Carol is taking a short break</ref> as we saunter back towards the trailhead. 13:04.");slides[17] = new Slide("18", "When the sun does <ref>clear out clouds</ref> you get some really special views up here. 15:13.");slides[18] = new Slide("19", "<ref>Carol muggin' away.</ref> Now that the sun is out the rain duds can go away. 15:13");slides[19] = new Slide("20", "I am not <ref>quite sure what lake</ref> this is. Scudder Lake makes sense, but it could have been farther south (closer to Naturalist Basin) than that. 15:35.");slides[20] = new Slide("21", "<ref>Dinnertime!</ref> We spent a while find this slightly off-trail campsite and then longer playing with Carol's other sleeping option. She would use a hammock tonight and once she got the Hennessey Adventure Racer set up just right with a comfy underquilt and all it was definitley time to eat. 18:50.");slides[21] = new Slide("22", "<ref>Dinner for me</ref> too. Again using my Tarptent. Probably having my meal to close too my shelter, but what the hell. 19:00.", 600, 800);slides[22] = new Slide("MVI_1582", "<ref>At our campsite</ref> at Everman Lake. It has been a nice day and I was surprised to realize just how high we were for most of the day. Sure didn\'t feel like it.", 320, 240, "2006", "movie");slides[23] = new Slide("MVI_1604", "I can <ref>easily see</ref> how Jordan Lake is so popular.", 320, 240, "2006", "movie");