/***********************************************************************************																																									** 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=2;defaultAlignment="below";lastUpdate="May 1, 2006";defaultTextColor = "red";var slides = new Array();// january 24slides[00] = new Slide("01", "<ref>Carol not far from the trailhead.</ref> It&rsquo;s going to be a fairly warm day with temperatures rising well above freezing. 12:32.");slides[01] = new Slide("02", "<ref>Our first big view.</ref> Not far from the trailhead here. This valley spreads out to the south. 12:39.<br>You can also <a href=\"javascript:OpenImageNamed('2006-01-24-1239.mov', 400, 300, true)\">view this panorama</a> as a virtual reality movie (starts looking to the right).", 1758,640);slides[02] = new Slide("03", "<ref>My turn to pose for the camera.</ref> I was expecting cooler weather and so the lovely Steger mukluks would have been appropriate. They're really overkill for this trip. ~13:05.<span class='authorcredit'>Photo by Carol.</span>", 360,480);slides[03] = new Slide("04", "<ref>Birch and pine</ref> (or are they fir, spruce?) rule this forest. We will pass several skiers and snowboarders coming down from the ridge as we climb up. 13:26.");slides[04] = new Slide("05", "<ref>Looking out at the mountains</ref> that surround us. In this case looking back (I believe) as we walk a narrow ridge towards Red PIne Lake and Maybird Gulch. 13:49.");slides[05] = new Slide("06", "<ref>Yes, that is me.</ref> I hit a soft spot on the trail and slid right off. Getting out will take several minutes of wriggling. ~16:25.<span class='authorcredit'>Photo by Carol></span>.", 480,359);slides[06] = new Slide("07", "The sun is setting and <ref>coloring the mountains</ref>. We have camped just below a steep hill that we did not quite climb all the way up. 17:22.");slides[07] = new Slide("08", "Carol decided <ref>to use an Oware Alphamid</ref> on this trip for her shelter. The snowshoes you see are her Northern Lites Quicksilvers. 18:16.");slides[08] = new Slide("09", "<ref>My shelter of choice</ref> for this trip is the Big Sky Products Revolution 2P UL tentt. This is a free-standing, 2 person, tent, that weighs less than 3 pounds. Although probably not ideal in heavy snow loading conditions it would work pretty well for me. 18:18.");// January 25slides[09] = new Slide("10", "One must start the day <ref>with a hot meal.</ref> Both Carol and I had no end of trouble with our Coleman Xtreme stoves. We could not get a proper fuel connection and so had a very ahrd time getting them to ignite. Once we did get them to ignite the stoves worked like champs. We had stove troubles throughout the trip and neither of us know why. ~0936. <span class='authorcredit'>Photo by Carol.</span>", 360, 480);slides[10] = new Slide("11", "<ref>Somehow Carol looks like she is in more of a home</ref> than I did even though we are both having our hot breakfasts at about the same time. It is a very pretty morning. 09:42.");slides[11] = new Slide("12", "<ref>Low bridge!</ref> I believe that is a birch (could be Aspen) I am walking under. We paused by this tree yesterday for a snack break. ~12:11. <span class='authorcredit'>Photo by Carol.</span>", 480,359);slides[12] = new Slide("13", "<ref>Gobblers.</ref> We were on our way back from Diamond Fork Hot Springs when we came across this herd of birds. They paid us little mind. 16:48.");slides[13] = new Slide("14", "<ref>Do I look good or what?</ref> We have spent the last half hour or so sledding with borrowed sleds like this one. Sure we did not get to visit the hot springs but this was awfully fun. ~17:29.<span class='authorcredit'>Photo by Carol.</span>", 360,480);slides[14] = new Slide("15", "<ref>Sunset</ref> at the sledding hill. 17:29.");slides[15] = new Slide("16", "After leaving the sledding hill we passed <ref>these deer</ref> grazing on the hillside above us. 17:36.");// January 26slides[16] = new Slide("17", "Good mroning. <ref>Our campsite is again at Little Cottonwood Canyon.</ref> We night hiked a modest ways in and found this site. 08:43.");slides[17] = new Slide("18", "<ref>She looks happy, doesn't she?</ref> She should. besides a hot drink Carol made chocolate-chip muffins using an ultralightweight version of a BakePacker. 10:23.");// Movies// January 24slides[18] = new Slide("MVI_2126", "<ref>Left, right, left, right.</ref> Hard, crunchy, snow that is fairly compacted through a lot of use. 12:54.", 320, 240, "2006", "movie");// January 25slides[19] = new Slide("MVI_2143", "<ref>Take a look</ref> at the campsite we made for ourselves this past night. 09:43.", 320, 240, "2006", "movie");slides[20] = new Slide("MVI_2151", "<ref>Carol is off!</ref> We had a great time sledding down this hill. Sure we did not get to visit the hot springs, but this was plenty of fun. 17:07.", 320, 240, "2006", "movie");slides[21] = new Slide("MVI_2156", "<ref>This run is shorter</ref> than the other run in the previous movie, but it is quicker and bumpier as Carol is learning. 17:21.", 320, 240, "2006", "movie");slides[22] = new Slide("MVI_2157", "It is my turn <ref>to learn how bumpy</ref> this run is. I got some decent spped on this run.", 320, 240, "2006", "movie");// January 26slides[23] = new Slide("MVI_2168", "Our second night's <ref>campsite is shown here.</ref> We had night hiked into this site around 8:00PM the previous night. 10:08.", 320, 240, "2006", "movie");