/***********************************************************************************																																									** 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";defaultThumbWidth=180;defaultMaxPerRow=1;defaultAlignment="below";lastUpdate = "September 5, 2003";var slides = new Array();// July 23slides[0] = new Slide("01", "The festival doesn't truly start until tomorrow afternoon. <ref>In this 360&deg; panoramic picture you can get a sense of what things look like before the bulk of the attendees arrive.</ref> 19:24. <span id=\"hide\">A QuickTime VR version of this picture <a href='javascript:OpenImage1(\"DSCN4509-25\")'>can be found here.</a></span>.", 4512, 400, "2003", ".jpg", 512, "image");// July 24slides[1] = new Slide("02", "<ref>A glimpse of the festival grounds.</ref> While some pepple came last night the majority will not arrive until later today. Above us are groups with huge tents or pop-up campers; in the lower campground is an RV park. 07:34.", 640, 480);slides[2] = new Slide("03", "<ref>Our humble campsite.</ref> Even the largest of our tents is dwarfed by many other tent-palaces. My tarp-tent is insignificant. 07:35.", 640, 480);slides[3] = new Slide("04", "<ref>A pretty overcast morning.</ref> The heavy skies would clear later. 07:36.", 640, 480);slides[4] = new Slide("05", "The festival is underway. The Kennedys are on stage. <ref>It has filled up considerably.</ref> 19:41.");slides[5] = new Slide("06", "<ref>The Kennedys are performing. They're the second main-stage act.</ref> You can get a sense of how crowded it is now. We're rather close to the center of things on our blankets. 19:42.", 2050, 450, "2003", ".jpg", 360, "image");slides[6] = new Slide("07", "<ref>Look up.</ref> The day had cleared and this would be a very pretty evening. 19:57.");slides[7] = new Slide("08", "<ref>Main stage.</ref> A fine first night of acts. 20:10.");// July 26slides[8] = new Slide("09", "<ref>The Storycrafters (Jeri Burns, Barry Marshall) on the right. The fellow standing next to them, I have heard his name but now do not recall it, is an American Sign Language interpreter.</ref> There are several ASL interpreters here at the festival working at all the stages. Must be a tough gig especially with some of the very wordy idomatic songs to say nothing of the quirks of the performers themselves. 14:04.");slides[9] = new Slide("10", "<ref>It's not all play.</ref> You have to rest sometimes. We had a great spot for doing that. 17:32.");slides[10] = new Slide("11", "<ref>Another example of just relaxing.</ref> It is the break between the afternoon and evening main-stage sets. Gotta relax sometime. 17:33.");slides[11] = new Slide("12", "<ref>The main stage.</ref> I believe, though it is a blurry shot that Tracy Grammer is up now. 19:37.");// July 27slides[12] = new Slide("13", "<ref>The gospel wake-up call.</ref> This was a lot of fun, but it could have been even better. You find yourself wishing for true gospel singers doing gospel. But, EFO did Great Day which is always a treat. 11:25.");// July 28slides[13] = new Slide("14", "<ref>The morning after.</ref> The festival ended 11 hours ago. People packed up and left. There are just a few camps set up now. Vendors are all but packed up too. Soon I'll be riding in a taxi to Hudson and then trains to Maryland. 06:37.", 640, 480);// movies/QTVRsslides[14] = new Slide("DSCN4509-25", "", 460, 345, "2003", "panorama");
