
//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] = ["/imgs/home1a.jpg", "", ""];
slides[1] = ["/imgs/home1b.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 slidesb=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slidesb[0] = ["/imgs/home2a.jpg", "", ""];
slidesb[1] = ["/imgs/home2b.jpg", "", ""];


//optional properties for these images:
slidesb.no_descriptions=1; //use for no descriptions displayed
slidesb.pause=0; //use for pause onmouseover
slidesb.no_controls=1; //use for controls
slidesb.image_controls=0; //use images for controls
slidesb.nofade=0; //use for no fade-in, fade-out effect for this show
slidesb.button_highlight='#4BAC28'; //onmouseover background-color for image buttons (requires image_controls=1)
slidesb.random=1; //set a random slide sequence on each page load
slidesb.manual_start=0; //start show in manual mode (stopped)
slidesb.no_added_linebreaks=0; //use for no added line breaks in formatting of texts and controls
slidesb.delay=8200 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter

var slidesc=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slidesc[0] = ["/imgs/home3a.jpg", "", ""];
slidesc[1] = ["/imgs/home3b.jpg", "", ""];


//optional properties for these images:
slidesc.no_descriptions=1; //use for no descriptions displayed
slidesc.pause=0; //use for pause onmouseover
slidesc.no_controls=1; //use for controls
slidesc.image_controls=0; //use images for controls
slidesc.nofade=0; //use for no fade-in, fade-out effect for this show
slidesc.button_highlight='#4BAC28'; //onmouseover background-color for image buttons (requires image_controls=1)
slidesc.random=1; //set a random slide sequence on each page load
slidesc.manual_start=0; //start show in manual mode (stopped)
slidesc.no_added_linebreaks=0; //use for no added line breaks in formatting of texts and controls
slidesc.delay=8400 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
