
//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='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["images/banner4.jpg"];
slides[1] = ["images/banner1.jpg"];
slides[2] = ["images/banner3.jpg"];
slides.no_descriptions=1;
slides.no_controls=1;
slides.random=0;
slides.delay=6000;
slides.height=260;
slides.width=665;
slides.no_added_linebreaks=1;

