//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=false;

//And configure the image buttons' images here:
var previmg='';
var stopimg='';
var playimg='';
var nextimg='';

var slides1=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides1[0] = ["img/slide_1.jpg", "", ""];
slides1[1] = ["img/slide_2.jpg", "", ""];
slides1[2] = ["img/slide_3.jpg", "", ""];
slides1[3] = ["img/slide_4.jpg", "", ""];
slides1[4] = ["img/slide_5.jpg", "", ""];


//optional properties for these images:
slides1.no_descriptions=1; //use for no descriptions displayed
slides1.pause=0; //use for pause onmouseover
slides1.no_controls=1; //use for controls
slides1.image_controls=0; //use images for controls
slides1.nofade=0; //use for no fade-in, fade-out effect for this show
slides1.button_highlight='#4BAC28'; //onmouseover background-color for image buttons (requires image_controls=1)
slides1.random=1; //set a random slide sequence on each page load
slides1.manual_start=0; //start show in manual mode (stopped)
slides1.no_added_linebreaks=0; //use for no added line breaks in formatting of texts and controls
slides1.delay=8000 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter


