/*
	SLIDELIST

	This file defines the lists of pictures in the slideshow
	and an optional link and caption for each one.

	JavaScript Slideshow by Patrick Fitzgerald
	Get complete script and documentation at
	http://slideshow.barelyfitz.com/
*/


// ***** Define slideshow parameters ******

ss = new slideshow("ss");  // create the slideshow object
ss.prefetch = 5;   // limit number of images that are prefetched, default = all (-1), current (0)
ss.repeat = true;  // default, set false to stop after last slide, true to loop

// ***** List the slides and add them to the slideshow
// new slide ("src", "link", "caption", "window", "attr") ONLY src is required

ss.add_slide(new slide("/imglib/slideshow_title_500.png", "", "")); // title slide for the show

// ********* ADD SLIDES HERE ************
ss.add_slide(new slide("01_picnic/bm221a_500.jpg", "", "First things first &ndash; champagne [L-R:] Phil, R&eacute;al Ken, Bob"));
ss.add_slide(new slide("01_picnic/bm223_500.jpg", "", "This little rabbit was either having a rest or traumatized &ndash; he didn't say which"));
ss.add_slide(new slide("01_picnic/bm224_500.jpg", "", "The 'bee tree' &ndash; bees were swarming in and out of the hole at the base of the tree"));
ss.add_slide(new slide("01_picnic/bm225_500.jpg", "", "A section of the 'trail' leaving the visitor center"));
ss.add_slide(new slide("01_picnic/bm226_500.jpg", "", "Au contraire &ndash; by all means send your small children for a walk"));
ss.add_slide(new slide("01_picnic/bm228_500.jpg", "", ""));
ss.add_slide(new slide("01_picnic/bm230_500.jpg", "", "Gigantic cattails"));
ss.add_slide(new slide("01_picnic/bm232_500.jpg", "", ""));
ss.add_slide(new slide("01_picnic/bm235_500.jpg", "", "A slightly out of focus blue dragonfly"));
ss.add_slide(new slide("01_picnic/bm237_500.jpg", "", "Yerba mansa: the cone-shaped part of the flower produces tiny seeds used by the Cahuilla Indians for seasoning, and the leaves were used as a poultice for skin irritations"));
ss.add_slide(new slide("01_picnic/bm238_500.jpg", "", ""));
ss.add_slide(new slide("01_picnic/bm240_500.jpg", "", "This tree had no insides to the trunk &ndash; you could see right down through it"));
ss.add_slide(new slide("01_picnic/bm242_500.jpg", "", "Bench stop &ndash; cross left [L-R] Bob, R&eacute;al, Ken, Phil"));
ss.add_slide(new slide("01_picnic/bm243_500.jpg", "", "Bench stop &ndash; cross right[L-R] Bob, R&eacute;al, Ken, Paul"));
ss.add_slide(new slide("01_picnic/bm244_500.jpg", "", "Palm trees showing off their petticoats"));
ss.add_slide(new slide("01_picnic/bm246_500.jpg", "", "Antique cash register at the Morongo Cafe"));