
//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='img/intro_prev.gif';
var stopimg='img/intro_stop.gif';
var playimg='img/intro_play.gif';
var nextimg='img/intro_next.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["img/main_photo1.jpg", "", ""];
slides[1] = ["img/main_photo2.jpg", "", ""];
slides[2] = ["img/main_photo3.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=7000 //will set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
