/***********************************************************************************																																									** 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="2003";// Used by MakeCaptions3defaultThumbWidth=180;defaultAlignment = "below";defaultMaxPerRow = 2;var slides = new Array();slides[0] = new Slide("01", "<ref>Driving across the Mighty Mac.</ref> The school buses came from all over and shuttle intrepid bridge walkers from Mackinac City to St. Ignace. 08:40.");slides[1] = new Slide("02", "It took a little wihle <ref>but we are finally striding across the bridge.</ref> As you can see many others are doing the same. A cheerful atmosphere surrounds everything. 09:12.");slides[2] = new Slide("03", "<ref>At regular intervals we passed military personell.</ref> I've no idea if they were present two years ago. What are they trying to guard if they're new? They're not that numerous. 09:16.");slides[3] = new Slide("04", "<ref>Looking back from whence we came.</ref> Look at all those people coming from St. Ignace. 09:17.");slides[4] = new Slide("05", "<ref>I probably saw the tower before I took this close-up.</ref> Rather impressive. When I reach the tower I'll have some 8,800 feet (think that's right) of bridge to cross before I reach the far tower. 09:37.");slides[5] = new Slide("06", "<ref>Look down through the grates.</ref> I was expecting more somehow. Some 200 feet below lie the Straits of Mackinac, but all I could really see was superstructure. I'm now between the towers. 09:45.");slides[6] = new Slide("07", "<ref>I'm walking along the grates.</re> They make a good surface to walk on. They have some give to them. How can anyone get nervous looking down through these when driving across? 09:46.");slides[7] = new Slide("08", "<ref>Looking back again.</ref> The St. Ignace tower is behind me. What a glorious day. 09:55.", 525, 700);