
//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/slide_1.jpg", "", ""];
slides[1] = ["img/slide_3.jpg", "", ""];
slides[2] = ["img/slide_4.jpg", "", ""];
slides[3] = ["img/slide_5.jpg", "", ""];
slides[4] = ["img/slide_10.jpg", "", ""];
slides[5] = ["img/slide_11.jpg", "", ""];
slides[6] = ["img/slide_12.jpg", "", ""];
slides[7] = ["img/slide_14.jpg", "", ""];
slides[8] = ["img/slide_15.jpg", "", ""];

//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=0; //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