
//If using image buttons as controls, Set image buttons' image preload here true
//(use false for no preloading and for when using no image buttons as controls):
var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='';
var stopimg='';
var playimg='';
var nextimg='';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["/img/kids_playing.jpg", "Kids Playing", "/photos.php"];
slides[1] = ["/img/ltd_station.jpg", "LTD Springfield Station", "/photos.php"];
slides[2] = ["/img/valley_view.jpg", "View of the valley", "/photos.php"];
slides[3] = ["/img/photos/LeadershipClass/promo.jpg", "Leadership Class", "/photos.php"];
slides[4] = ["/img/photos/reallifegame/11b.jpg", "Real Life Game", "/photos.php"];
slides[5] = ["/img/photos/jazzercise/th.jpg", "Jazzercise Ribbon Cutting", "/photos.php"];
slides[6] = ["/img/photos/fall_breakfast08/th.jpg", "Fall Membership Breakfast", "/photos.php"];
slides[7] = ["/img/photos/reallifegame09/th.jpg", "2009 Real Life Game", "/photos.php"];

//optional properties for these images:
slides.no_descriptions=1; //use for no descriptions displayed
slides.pause=0; //use for pause onmouseover
slides.no_controls=1; //use for controls
slides.image_controls=0; //use images for controls
slides.nofade=0; //use for no fade-in, fade-out effect for this show
slides.button_highlight='#4BAC28'; //onmouseover background-color for image buttons (requires image_controls=1)
slides.random=1; //set a random slide sequence on each page load
slides.manual_start=0; //start show in manual mode (stopped)
slides.no_added_linebreaks=1; //use for no added line breaks in formatting of texts and controls
slides.delay=5000 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter

