//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 slides2=[]; //SECOND SLIDESHOW

//configure the below images and descriptions to your own. 
slides2[0] = ["slide01.jpg", "X"];
slides2[1] = ["slide02.jpg", "X"];
slides2[2] = ["slide03.jpg", "X"];
slides2[3] = ["slide04.jpg", "X"];
slides2[4] = ["slide05.jpg", "X"];
slides2[5] = ["slide06.jpg", "X"];

//optional properties for these images:
slides2.width=402; //use to set width of widest image if dimensions vary
slides2.height=268; //use to set height of tallest image if dimensions vary
slides2.nofade=0; //use for no fade-in, fade-out effect for this show
slides2.border=-1; //set border width for images
slides2.no_descriptions=1;
slides2.no_controls=1;

