
//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 slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["img/home_photo1.jpg", "", ""];
slides[1] = ["img/home_photo2.jpg", "", ""];
slides[2] = ["img/home_photo3.jpg", "", ""];
slides[3] = ["img/home_photo4.jpg", "", ""];
slides[4] = ["img/home_photo5.jpg", "", ""];
slides[5] = ["img/home_photo6.jpg", "", ""];
slides[6] = ["img/home_photo7.jpg", "", ""];
slides[7] = ["img/home_photo8.jpg", "", ""];
slides[8] = ["img/home_photo9.jpg", "", ""];
slides[9] = ["img/home_photo10.jpg", "", ""];
slides[10] = ["img/home_photo11.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=8000 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter

var slides2=[]; //SECOND SLIDESHOW
//configure the below images and descriptions to your own. 
slides2[0] = ["img/", "", ""];
slides2[1] = ["img/", "", ""];


//optional properties for these images:
slides2.no_descriptions=1; //use for no descriptions displayed
slides2.pause=0; //use for pause onmouseover
slides2.no_controls=1; //use for controls
slides2.image_controls=0; //use images for controls
slides2.nofade=0; //use for no fade-in, fade-out effect for this show
slides2.button_highlight=''; //onmouseover background-color for image buttons (requires image_controls=1)
slides2.random=1; //set a random slide sequence on each page load
slides2.manual_start=0; //start show in manual mode (stopped)
slides2.no_added_linebreaks=0; //use for no added line breaks in formatting of texts and controls
slides2.delay=16000 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter