//--------------------------------------------------------
// javascript slide show "clicker"
// v 3.0 July 2002
// created by alan levine, maricopa community colleges
// alan.levine@domail.maricopa.edu                                  
// http://www.mcli.dist.maricopa.edu/proj/jclicker/
// use without with these credits is not very nice
//--------------------------------------------------------

// This external .js file contains the editable configuration
// data for a jClicker slide show.

//  Below are the 7 sections that are edited to customize
//  the slide show.

//--------------------------------------------------------
//  (1) SET UP THE SLIDES
//  One array holds preferred order that the slides will 
//  appear. For each one enter the file name of the image
//  that is inside the "images" folder. They should
//  be sequentially numbered "slides[1]", "slides[2]",
//  "slides[3]", etc. The other array holds the names
//  that will appear in the lower pop-up menu to identify
//  each slide (these should be kept to a short length so
//  the menu does not grow overly wide)
//
//  Note that you can now include HTML file names to display
//  other kinds of content.
  
var slides = new Array();
var menus = new Array();

// --------- start the image & menu names ---------------//
slides[1] = 'helentrail.jpg';
slides[2] = 'mariaevelyn.jpg';
slides[3] = 'helencamp.jpg';
slides[4] = 'clairelunch.jpg';
slides[5] = 'lookout.jpg';
slides[6] = 'melting.jpg';
slides[7] = 'claireshoes.jpg';
slides[8] = 'coffee.jpg';
slides[9] = 'meatsicle.jpg';
slides[10] = 'isabella.jpg';
slides[11] = 'evcrossing.jpg';
slides[12] = 'crossing.jpg';
slides[13] = 'claire.jpg';
slides[14] = 'snow.jpg';
slides[15] = 'nearend.jpg';
slides[16] = 'daysend.jpg';
slides[17] = 'overview.jpg';
slides[18] = 'group.jpg';
slides[19] = 'sleep.jpg';
slides[20] = 'starting.jpg';
slides[21] = '5thmorn.jpg';
slides[22] = 'girls.jpg';
slides[23] = 'scott.jpg';
slides[24] = 'scrapes.jpg';
slides[25] = '2girls.jpg';
slides[26] = 'goat.jpg';
slides[27] = 'goat2.jpg';
slides[28] = 'evelynhelen.jpg';
slides[29] = 'descent.jpg';
slides[30] = 'flowers.jpg';
slides[31] = 'kids.jpg';
slides[32] = 'clairetired.jpg';
slides[33] = 'evelyn.jpg';
slides[34] = 'mcdonalds.jpg';


menus[1] = 'Helen Lake Trail';
menus[2] = 'Maria and Evelyn';
menus[3] = 'Helen Lake camp';
menus[4] = 'Claire at lunch';
menus[5] = 'Dolomite lookout';
menus[6] = 'Melting snow';
menus[7] = 'Changing shoes';
menus[8] = 'Coffee time!';
menus[9] = 'Meatsicle';
menus[10] = 'Lake Isabella';
menus[11] = 'Evelyn crossing';
menus[12] = 'Creek crossing';
menus[13] = 'Claire and her pack';
menus[14] = 'Snow!';
menus[15] = 'Nearing day 4 end';
menus[16] = 'Grandpa at end of day';
menus[17] = 'Camp overview';
menus[18] = 'Group photo';
menus[19] = 'Grandpa rests up';
menus[20] = 'Grandpa starts out';
menus[21] = 'Day 5 hike begins';
menus[22] = 'The four girls';
menus[23] = 'Scott';
menus[24] = 'Scraped legs';
menus[25] = 'Claire and Evelyn';
menus[26] = 'Late morning break';
menus[27] = 'Mountain goat';
menus[28] = 'Helen Lake';
menus[29] = 'Final descent';
menus[30] = 'Wildflowers';
menus[31] = 'The four kids';
menus[32] = 'Claire is tired!';
menus[33] = 'Evelyn is too!';
menus[34] = 'McDonalds';

// ----------- end of image & menu names ----------------//


//--------------------------------------------------------
//  (2) SET UP THE TITLE PAGE
//  Enter a name for the slide show and a line for the
//  credits. Avoid funky HTML here, they go in h1, h2 tags
//  and are formatted in style sheets

var showTitle = 'Dolomite Creek Hike (July 2002)';
var showCredits = '';

//--------------------------------------------------------
//  (3) SET UP THE CAPTIONS     
//  Enter text for a set of captions that correspond to the 
//  images. If the slide source is HTML, this string
//  is ignored, so assign values of "" to save space

var cap = new Array();                                                           
                                                        
// -------------- start the captions  ------------------//
cap[1] = 'Going up the Helen Lake Trail (day 1)';
cap[2] = 'Maria and Evelyn at our first rest break';
cap[3] = 'Our unplanned camp at Lake Helen';
cap[4] = 'Claire at lunch by Dolomite Creek (day 2)';
cap[5] = 'Looking down over Dolomite Creek valley';
cap[6] = 'Grandpa melts snow for water';
cap[7] = 'Claire changes into her camp shoes';
cap[8] = 'Coffee - do not leave home without it';
cap[9] = 'Evelyn enjoys a back-bacon-sicle';
cap[10] = 'At our campsite on Lake Isabella, night falls on day 3';
cap[11] = 'Evelyn crosses Dolomite Creek (day 4)';
cap[12] = 'Claire and Holly crossing Dolomite Creek';
cap[13] = 'Claire models her backpack';
cap[14] = 'Crossing a patch of snow (day 4)';
cap[15] = 'Near the end of the Day 4 trail';
cap[16] = 'Grandpa at the end of a very arduous day 4';
cap[17] = 'Overview of our last campsite';
cap[18] = 'David, Maria, Claire, Scott, Grandpa (David), Holly, Evelyn';
cap[19] = 'Grandpa rests up on the last morning (day 5)';
cap[20] = 'Grandpa starts out on the trail';
cap[21] = 'Heading up Dolomite Creek';
cap[22] = 'Maria, Claire, Holly and Evelyn';
cap[23] = 'Scott takes a well-earned break';
cap[24] = 'Evelyn shows the scrapes she got in her day 4 tumble';
cap[25] = 'Claire and Evelyn';
cap[26] = 'A late morning break looking back down Dolomite Creek';
cap[27] = 'This mountain goat was surprised to see us';
cap[28] = 'Evelyn looks out over Helen Lake from Dolomite Pass';
cap[29] = 'Setting out for our final descent from Helen Lake, with 6 km to go';
cap[30] = 'The alpine meadow was carpeted in wildflowers';
cap[31] = 'Our intrepid kid hikers - David, Evelyn, Claire, Maria';
cap[32] = 'Claire at the end of the trail';
cap[33] = 'Evelyn at the end of the trail';
cap[34] = 'Celebrating our return to so-called civilization';

// ------------- end of captions -----------------------//


//--------------------------------------------------------
//  (4) SET THE AUTOSHOW DELAY TIME    
//  This is the minimum amount of time between changing of 
//  slides when we are in automatic mode. Values are in 
//  milliseconds, multiple the number of seconds desired
//  by 1000. If you are unsure, try a value of 8000.

var delay_time = 8000;


//--------------------------------------------------------
//  (5) SET THE BACKGROUND MODE   
//  This variable indicates whether to use a light background
//  for the slide screen (light_mode = true;) or a dark
//  background (light_mode = false;)

var light_mode = true;

//--------------------------------------------------------
//  (6) SET THE CAPTION LOCATION  
//  This variable controls the placement of the caption
//  relative to the picture. Valid values are

//    1   above the picture  
//    2   left of the picture
//    3   right of the picture
//    4   below the picture

var cap_align = 4;

//--------------------------------------------------------
//  (7) SET THE STARTING SLIDE 
//  This variable can indicate which is the first slide
//  to show. the default is 0 which starts with the title
//  page

var show_start = 0;


//--------------------------------------------------------
// END OF CONFIGURATION AREA
//--------------------------------------------------------

