// JavaScript Document
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/1.jpg", ""];
slides[1] = ["images/2.jpg", ""];
slides[2] = ["images/3.jpg", ""];
