/***********************************************************************************																																									** 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. 															***********************************************************************************/// used to be 700 x 525 and 384 x 525defaultSlideWidth=600;							// in portrait mode it's 394defaultSlideHeight=450;							// in portrait mode it's 525defaultSlideCopyright="2002";defaultObjectType="image";lastUpdate = "March 13, 2002";defaultThumbWidth=96;defaultMaxPerRow=1;defaultAlignment="below";var slides = new Array();// February 20slides[0] = new Slide("01", "<ref>My first view of the Grand Canyon from the South Rim.</ref> I'm still toting my duffel bag toward the Bright Angel Lodge but I had to stop here  for this awe inspring look out and down. 11:15."); slides[1] = new Slide("02", "<ref>There are trees and plants here.</ref> I am not sure what type of tree that is in the foreground, maybe a pinion, but it is always nice to see life. 11:16.");slides[2] = new Slide("03", "Living here must be hard. <ref>There are patches of snow now and then</ref>. The rim is arid and can get quite chilly during the winter. Those patches of snow have probably been there for many weeks. 11:22.");slides[3] = new Slide("04", "I'm still not at my room. I just have to stare into the canyon some more. <ref>Here I am gazing out from a vantage point behind Bright Angel Lodge.</ref> It's bright, warm, still. 12:10.");slides[4] = new Slide("05", "The village here at the South Rim is quite a bustling place. <ref>People and animals co-exist here and this raven sure doesn't seem to mind.</ref> I found here by the grocery store at the Market Plaza. 13:45.");slides[5] = new Slide("06", "<ref>Bright Angel Lodge.</ref> This building was designed by Mary Jane Colter. She used native wood and stone to build this low structure. Although you cannot see it in the picture the stones change as they rise towards the roof just as they do in the canyon rising to the rim. 14:45.");slides[6] = new Slide("07", "<ref>My abode for tonight.</ref> I'll also stay in a cabin my last night of this trip. 14:50.");slides[7] = new Slide("08", "<ref>More patches of snow.</ref> Walking east on the Rim Trail. The buildings in the background are probably Bright Angel Lodge. 15:09.");slides[8] = new Slide("09", "<ref>This stitched panorama is from an open point on the Rim Trail </ref>(I think above 120&deg; field of view). The Rim Trail follows the bends of the South Rim. The rim is anything but a straight line. 15:24.", 800, 510);slides[9] = new Slide("10", "<ref>From a bench looking down this stretch of trees</ref> (what are they?). I saw very few people once I left the main hotels on the Rim Trail . It was good just to sit here. 15:45.");slides[10] = new Slide("11", "<ref>Ravens soaring across the sky.</ref> As I sat on the bench (see previous shot) I could hear ravens, swifts, swallows, and other birds. What a day. 15:47.");// February 21slides[11] = new Slide("12", "Near the South Kaibab trailhead on the South Rim. <ref>This is a sign you had better heed.</ref> Why anyone would want to move to the outside when mules pass by is beyond me. 08:36.");slides[12] = new Slide("13", "<ref>Looking out and down from the South Kaibab Trailhead.</ref> 08:37.");slides[13] = new Slide("14", "<ref>Another view from the South Kaibab Trail trailhead.</ref> The trail is in the foreground curving off to the left. 08:37.");slides[14] = new Slide("15", "<ref>I have walked down just a few switchbacks and already <ref>the cnyon walls are rising high above me.</ref> 08:40.", 450, 600)slides[15] = new Slide("16", "<ref>My first mule train.</ref> This one is carrying supplies for Phantom Ranch. One mule leaned in to get a good sniff. I thought his supply load would push me into the canyon wall. 08:45.");slides[16] = new Slide("17", "<ref>I am descending into the 'hole' </ref>and the sun is only just beginning the brighten the upper walls. 08:58.", 450, 600);slides[17] = new Slide("18", "<ref>The canyon displays its history for all to see.</ref>  I don't really know what we're looking at but the rocks do seem to be changing. I'm nearing Cedar Ridge by now. 09:07.", 450, 600);slides[18] = new Slide("19", "<ref>From the mesa of Cedar Ridge.</ref> The imposing butte in the middle is I believe O'Neil Butte. Probably named for Buckey O'Neil who was an early white canyon settler in the 1890s. 09:34.");slides[19] = new Slide("20", "<ref>Looking back from whence we came.</ref> 09:34.");slides[20] = new Slide("21", "<ref>Signs of progress.</ref> 09:34.");slides[21] = new Slide("22", "<ref>Me. Standing in front of O'Neil Butte.</ref> 10:02.");slides[22] = new Slide("23", "<ref>Looking out along the trail.</ref> I really liked this open region where I think I am in the Redwall limestone. There was a section where the rocks rose up rather like a Great Wall. 10:32.");slides[23] = new Slide("24", "<ref>In the same area as the previous picture.</ref> You can't see it well here but there are rocks covered with a green petina I would see this again later in the day. 10:37.");slides[24] = new Slide("25", "<ref>I don't know what this, seemingly dead, round fan of a plant is (maybe Yucca).</ref> I bet when it is alive it is gorgeous. 10:42.");slides[25] = new Slide("26", "<ref>While I don't think I saw the Colorado River from Skeleton Point the camera did.</ref> However, it's possible this is farther down the trail though I really don't think so. 10:48.");slides[26] = new Slide("27", "<ref>This QuickTime VR Panoramo is taken near the Tipoff.</ref> I would have been on the Tonto Plateau. 11:45.", 600, 450, "2002", "panorama");slides[27] = new Slide("28", "<ref>Getting closer to the river.</ref> I think the section of river we see here is the saame section seen a little over an hour before. 12:10.");slides[28] = new Slide("29", "<ref>What a cute little window.</ref> Right around the Tipoff. If this window has aname I don't know it. I would have lunch in a shaded switchback just below it. 12:15.", 450, 600);slides[29] = new Slide("30", "<ref>What a view.</ref> Although it is hard to see in the picture there is a light green streak covering the rocks about 2/3rds the way up. I've no idea what this green is. I suppose it could be lichon, but I think it more likely a petina on something copper based. This view is just below my shady lunch spot. 12:51.");slides[30] = new Slide("31", "<ref>The Colorado River is in view again.</ref> When I saw this I thought it must be a large pool. I never could find the inflow out outflow points. The deep green waters are sure inviting. 13:26.");slides[31] = new Slide("32", "<ref>Signs of progress.</ref> I'm just above the Colorado River. I have hiked some 6.2 miles descending 4,780 feet. 13:44.");slides[32] = new Slide("33", "Th bridge in this picture is known as <ref>the Black Suspension Bridge</ref> it is the latest in a series of bridges. People and mules use this bridge. 13:50.", 450, 600);slides[33] = new Slide("34", "I'm standing on the Black Suspension Bridge. <ref>The Colorado River looking east.</ref> 13:57.");slides[34] = new Slide("35", "I'm standing on the Black Suspension Bridge. <ref>The Colorado River looking west.</ref> 13:57.");slides[35] = new Slide("36", "<ref>Looking back towards the south on the Black Suspension Bridge.</ref> Remember that although you can see a top of a cliff in this picture that that is merely the base for one of many flat areas you cross as you ascend 4,780 feet to the Sourth Rim. 14:00.", 450, 600);slides[36] = new Slide("37", "<ref>From the little bridge spanning Bright Angel Creek</ref> that leads to Bright Angel Campground. I believe we're facing south-south-east. 15:27.", 450, 600);slides[37] = new Slide("38", "<ref>The cantina at Phantom Ranch.</ref> This building, like the others here, was designed by Mary Colter. She was hired by the Fred Harvey company in 1922 to do the work. Many of the buildings are still i nuse today. 18:02.");// February 22slides[38] = new Slide("39", "<ref>Looking back towards Phantom Ranch from near the start of the North Kaibab Trail.</ref> The pole in the background is part of the old transcanyon phone line. 09:17.", 450, 600);slides[39] = new Slide("40", "<ref>A better look at one of the old transcanyon telephone poles.</ref> They were built in 1935 by CCC workers. The poles are now on the national historic register. 09:52.");slides[40] = new Slide("41", "<ref>Looking ahead along the North Kaibab Trail.</ref> 10:22.", 450, 600);slides[41] = new Slide("42", "<ref>Looking back along the North Kaibab Trail.</ref> You can see the twisting high walls of The Box quite clearly here. 10:23.", 450, 600);slides[42] = new Slide("43", "<ref>I'm not sure where this is.</ref> It could be the start of the wet section of the trail where a seep and spring flow over the trail.  11:36.");slides[43] = new Slide("44", "<ref>We are looking back along the trail.</ref> Bright Angel Creek definitely helps bring the plant life out. This rich area is also helped out by the spring and seep nearby. 11:40.", 450, 600);slides[44] = new Slide("45", "<ref>Again looking back along the trail.</ref> Tall grasses (saw grass maybe) and desert shrubs are coming back. You don't have to get far away from water before that happens. 11:44.");slides[45] = new Slide("46", "<ref>I do not know what this neat looking plant is</ref> (maybe prickly pear) 12:30.");slides[46] = new Slide("47", "<ref>Somewhere around here is Ribbon Falls.</ref> I had lunch in this area and it is quite an oasis with the creek and falls nearby. 13:24.");slides[47] = new Slide("48", "<ref>Ribbon Falls area again.</ref> 13:53.");slides[48] = new Slide("49", "Near Cottonwood Campground. <ref>Looking ahead to what is to come.</ref>. 14:27.");slides[49] = new Slide("50", "<ref>This QuickTime VR panorama</ref> was taken about a quarter mile from Cottonwood Campground. 14:28.", 400, 300, "2002", "panorama");slides[50] = new Slide("51", "<ref>A view from my campsite at Cottonwood Campground.</ref> 16:14.");// February 23slides[51] = new Slide("52", "<ref>The creek in the foreground is Wall Creek.</ref> The trail crosses this creek. 10:55.");slides[52] = new Slide("53", "This QuickTime movie <ref>shows a small waterfall on Wall Creek</ref> at the creek's crossing of the North Kaibab Trail near Cottonwood Campground. 10:57.", 300, 225, "2002", "movie");slides[53] = new Slide("54", "<ref>Just south of Wall Creek.</ref> 10:59.");slides[54] = new Slide("55", "<ref>I believe this plant is Utah Agave.</ref> I don't know if the pointed peak in the background has a name. 11:01.", 450, 600);slides[55] = new Slide("56", "<ref>The plant with its sawtooth edged leaves in this photo</ref> reminds me of the dead one I saw on the South Kaibab Trail - maybe it's a Yucca (see early photo). 11:22.");slides[56] = new Slide("57", "<ref>Over the hiills and through the saw grass we go.</ref> This is by the wet area of the trail. 12:33.");slides[57] = new Slide("58", "<ref>A frozen waterfall near the top of The Box.</ref> The white is not ice. It just reminds me of ice. I suspect it's some sort of salt that's crystalized on the rocks. 13:17.", 450, 600);slides[58] = new Slide("59", "<ref>One last photo of Bright Angel Creek south of The Box.</ref> 14:20.");slides[59] = new Slide("60", "There is animal life in the Grand Canyon. Besides the birds I heard and saw <ref>this mule deer did not mind be photographed.</ref> There were 3 or 4 deer in the immediate area near the mule carral at Phantom Ranch. 17:27.");// February 24slides[60] = new Slide("61", "<ref>Signs of progress.</ref> Today I am going to explore the Clear Creek Trail. 09:42.");slides[61] = new Slide("62", "<ref>From a switchback perhaps 100 vertical feet above the Clear Creek trail junction.</ref>. 09:46.");slides[62] = new Slide("63", "<ref>Somewhat higher along the cliffs that Clear Creek Trail is winding up.</ref>. 10:00.");slides[63] = new Slide("64", "<ref>A Brittle Bush.</ref> I thought this must be something exotic with its white (wht I first thought were flowers) leaves. They're pretty common at least on this part of the trail. 10:12.");slides[64] = new Slide("65", "About 1,000 feet above the Clear Creek and North Kaibab trail junction you come to a level area. <ref>The dominant feature in the region is the huge cliff rising far above you.</ref>. 10:50.", 800, 478);slides[65] = new Slide("66", "<ref>Looking out upon this flat area you see desert scrub and many small rocks.</ref> 10:55.");slides[66] = new Slide("67", "As you start to contour around the massive cliff <ref>the Colorado River comes into view to your right and far below.</ref> Something unsettled me around this point and I decided to go no further. Maybe it was a combination of the stillness and the trail. I do not know. 10:58.");slides[67] = new Slide("68", "<ref>Another view of the mesa like area</ref> where I settled down to just soak in the vibes of the place. 11:19.");slides[68] = new Slide("69", "<ref>Can you guess who this is?</ref> Yes, it is me. I haven't seen anyone all day. The day is much brighter than the picture would have you believe. We're still on the mesa where I am taking a leisurely break. 11:21.");slides[69] = new Slide("70", "When nature calls you have to explore. I wandered out away from the cliffs towards what turned out to be a point. <ref>This is probably the tallest plant I saw anywhere nearby.</ref> 11:46.");slides[70] = new Slide("71", "<ref>Taken from the stone bench a couple hundred feet below the mesa. </ref>. This bench proved to be an excellent soak in the sun and lunch spot. 13:07.")slides[71] = new Slide("72", "<ref>Along the trail to the Colorado River.</ref>. 16:01.");slides[72] = new Slide("73", "I am standing in the middle of the Silver Suspension Bridge. <ref>We're looking westward along the Colorado River.</ref> This bridge carries the transcanyon water pipe that starts at Roaring Springs and provides water for the South Rim. Mule do not cross this bridge because it has a grated bottom through which you can se the river flowing beneath you. 16:19.");slides[73] = new Slide("74", "The same spot of the Silver Suspension Bridge <ref>but looking ewastward along the Colorado River.</ref> 16:20.");slides[74] = new Slide("75", "Walking back to Phantom Ranch <ref>looking out across from the Colorado River's northern bank.</ref>. 16:26.", 450, 600);slides[75] = new Slide("76", "<ref>The mule corral at Phantom Ranch.</ref> 16:38.");// February 25slides[76] = new Slide("77", "<ref>My first view of the Colorado River from the River Trail.</ref> 06:48.");slides[77] = new Slide("78", "<ref>Looking along Granite Gorege.</ref> I am not sure if we're looking up or down stream here but I think it's up stream. 06:49.");slides[78] = new Slide("79", "<ref>The roaring river again.</ref> The rocks on tops of the cliffs are really starting to lighten. The sky really is blue even though you can't tell in this photo. 06:53.");slides[79] = new Slide("80", "The sun is beginning to brighten the northern cliffs <ref>in this photo.</ref> 07:18.", 450, 600);slides[80] = new Slide("81", "<ref>The rocks reflecting in the river here</ref> really caught my attention. 07:22.", 450, 600);slides[81] = new Slide("82", "<ref>The mouth of Pipe Creek.</ref> This creek seems to dry up relatively quickly, but the area is still quite lush. 07:32.");slides[82] = new Slide("83", "<ref>Looking back along Bright Angel Trail.</ref> I think I am somewhere near the dry creek drainage and mine tunnel. 08:05.");slides[83] = new Slide("84", "<ref>Yours truly. Standing in the middle of Garden Creek.</ref> This is the fourth (and last) creek crossing on the trail. I beleive a pool is near here. 08:52.");slides[84] = new Slide("85", "<ref>More mule deer.</ref> The group of 5 or so animals were happily munching the vegetation as I went by. They didn't seem to mind my presence. Indian Gardens would turn out to be just a few minutes away. 09:22.");slides[85] = new Slide("86", "While I saw 3 (or was it 4) mule trains heading in both directions on the South Kaibab Trail <ref>this was one of the two I saw total (both going down) on the Bright Angel Trail.</ref> I don't know if it was going all the way. 10:23.");slides[86] = new Slide("87", "<ref>The views north into the canyon seem to open and change after passing Indian Gardens.</ref> 10:28.");slides[87] = new Slide("88", "<ref>Signs of progress.</ref> I had a nice lunch just below 3 Mile Rest House. I think I sat on my sunny spot just off the trail for a good 25 minutes. 11:25.");slides[88] = new Slide("89", "<ref>Look at what is clinging to the cliffs.</ref> Plants get purchase wherever they can. 11:32.", 450, 600);slides[89] = new Slide("90", "<ref>I thought these rocks looked neat.</ref> Don't be fooled by the fact that you can see cliff tops. I'm still two hours away from the rim. 11:43.");slides[90] = new Slide("91", "How do you spell relief? <ref>1.5 M-I-L-E R-E-S-T-H-O-U-S-E R-E-S-T-R-O-O-M.</ref>. Sure felt good. 12:33.");slides[91] = new Slide("92", "The first of very few<ref>patches of snow began to appear</ref> at 1.5 Mile Resthouse. The ground was definitely frozen after this point. Though Yaktrax, or other traction aiding devices, were only needed for a portion of the hike. 12:36.");slides[92] = new Slide("93", "<ref>Buckey O'Neil's cabin.</ref> Mary Colter incorporated this building, which is the oldest building in the canyon, into her Bright Angel Lodge design. 13:50.");