
//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] = ["/slideshow/1.jpg", ""];
slides[1] = ["/slideshow/2.jpg", ""];
slides[2] = ["/slideshow/3.jpg", ""];
slides[3] = ["/slideshow/4.jpg", ""];
slides[4] = ["/slideshow/5.jpg", ""];
slides[5] = ["/slideshow/6.jpg", ""];
slides.no_controls=1;

//above slide show uses only the defaults



