/***********************************************************************************																																									** 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="2004";lastUpdate = "August 9, 2004";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";defaultTextColor="yellow";var slides = new Array();// July  24slides[00] = new Slide("01", "Looking out towards North Manitou Island.</ref> Just over half an hour into the 75 minute ferry ride to North Manitous Island. The island is about 12.8 miles from Leland, Michigan, a good 11 miles off the Michigan shoreline. 10:39.");slides[01] = new Slide("02", "<ref>Minutes away now.</ref> What once was just a shadow on the horizon now has discernible features: forests, beach, bluffs. 11:01.");slides[02] = new Slide("03", "Aside the the <ref>few buildings here at the Village</ref> there really aren't any sound structures anymore. People that used to live here are long gone and the Park Service pretty much removed all signs of buildings. 11:06.");slides[03] = new Slide("04", "There were many families that once called North Manitous Island home. <ref>This sign names many more people than there are visible graves in this old cemetery.</ref>. 13:22.");slides[04] = new Slide("05", "<ref>An old grave.</ref> I hope the person doesn't mind. 13:24.");slides[05] = new Slide("06", "One of the larger, and I believe better off, families that lived on the island were the Bourniques. <ref>This house (and an outhouse not shown) are all that attest to thier presence now.</ref> 13:43.");slides[06] = new Slide("07", "At least the old, decaying (though some work has clearly been done on it recently), house is still a home for some. <ref>I'd never have spotted this spider web had I been alone. Sure is pretty.</ref> 13:49.");slides[07] = new Slide("08", "<ref>Our group at Frederick's Field.</ref> 16:19");slides[08] = new Slide("09", "We found a nice campsite sufficiently far from the trail and water. <ref>Looking out from the bluff not far from our site across Lake Michigan towards South Manitou Island.</ref> A steep, somewhat worn, sandy &ldquo;trail&rdquo; leads to the beach below. 19:46.");slides[09] = new Slide("10", "<ref>Sunset. Need I say more.</ref> 21:18.");slides[10] = new Slide("11", "I always like sunsets (and if I was up for them sunrises) <ref>the reflections of light and shadow are always wonderful.</ref> 21:21.");// July 25slides[11] = new Slide("12", "<ref>Morning from the bluffs.</ref> We were in no hurry to leave and I took this picture just after finishing breakfast. 10:20.");slides[12] = new Slide("13", "<ref>Swenson&rsquo;s Barn.</ref> This barn looks like it is in remarkably good shape. All that inhabit it now though are bids or bats. 11:33.");slides[13] = new Slide("14", "<ref>Morning repast and respite at the barn.</ref> As if we were not already lazing about. It was a fine place to explore though. 11:36");slides[14] = new Slide("15", "We struck out along the beach and <ref>by this time had been moving steadily along for maybe 40 minutes.</ref> It's a fine day with a lovely lake to the left and high bluffs to the right. 12:47.");slides[15] = new Slide("16", "Lake Michigan <ref>was spectacularly clear.</ref> Those rocks would persist all the way around the island - or so it seemed. Swimming tonight was a bit tougher because of them. 12:54.");slides[16] = new Slide("17", "The beach is not just sand and driftwood. <ref>Now and then we walked past small ppols like this one that even had life in them.</ref> 13:00.");slides[17] = new Slide("18", "<ref>The high bluffs of North Manitou Island</ref> would not be easy to climb if you had to get off the beach. 13:02.", 525, 700);slides[18] = new Slide("19", "<ref>Are we happy, or what?</ref> 14:32.");slides[19] = new Slide("20", "<ref>Ah life.</ref> Sure it&rsquo; just a seagull, but a photogenic one. 16:04.");slides[20] = new Slide("21", "<ref>Yesterday only Randy made it in The Lake, but not today.</ref> Today almost everyone (including me) made it in at one time or another. We are at the beachfront of John Meleski&rsquo;s old farm. 18:41.");// July 26slides[21] = new Slide("22", "<ref>Nestled in my secluded campsite.</ref> This site is consdierably more open than the first one I picked, but since no one else took this one (I had thought Dan, Matt, and Steve would use this one) I was able to take it over. 07:45.");slides[22] = new Slide("23", "<ref>The trail we took this morning is the quietest and narrowest we have trod.</ref> Coming out to this field (I think this was the old landing strip, but I'm not certain) from the forest was quite something. 09:03.");slides[23] = new Slide("24", "<ref>It is good to look back to where you have been.</ref> 09:03.");slides[24] = new Slide("25", "<ref>Everyone but me (the photographer).</ref> The faint trail merges with the main trail at this sign. 09:05.");slides[25] = new Slide("26", "<ref>Farewell to North Manitou.</ref> Taken from the dock just before I boarded the ferry. 11:00.");slides[26] = new Slide("27", "This <ref>map shows the approximate route</ref> that we took during our weekend hike. The route is my best guess based on the NPS trail map, USGS topo map, and the known locations of various island features. However, with the exception of the beach walk and some of the first day's hiking this is rather speculative since I did not have a GPS to track our movements.", 760, 862);
