
//factory tour SLIDESHOW

//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=false;

var slides=[]; //SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["/images/factorytour-slideshow/factorytour1-image1.jpg"];
slides[1] = ["/images/factorytour-slideshow/factorytour1-image2.jpg"];
slides[2] = ["/images/factorytour-slideshow/factorytour1-image3.jpg"];
slides[3] = ["/images/factorytour-slideshow/factorytour1-image4.jpg"];
slides[4] = ["/images/factorytour-slideshow/factorytour1-image5.jpg"];
slides[5] = ["/images/factorytour-slideshow/factorytour1-image6.jpg"];
slides[6] = ["/images/factorytour-slideshow/factorytour1-image7.jpg"];
slides[7] = ["/images/factorytour-slideshow/factorytour1-image8.jpg"];
slides[8] = ["/images/factorytour-slideshow/factorytour1-image9.jpg"];

//optional properties for these images:
slides.counter=0; //use to show image count
slides.width=390; //use to set width of widest image if dimensions vary
slides.height=287; //use to set height of tallest image if dimensions vary
slides.no_auto=0; //use to make show completely user operated (no play button, starts in stopped mode)
slides.use_alt=0; //use for descriptions as images alt attributes
slides.use_title=0; //use for descriptions as images title attributes
slides.nofade=0; //use for no fade-in, fade-out effect for this show
slides.border=0; //set border width for images

slides.fadecolor='black';
slides.no_controls=1; //Use for a slide show with no controls
slides.no_descriptions=1 //Use for no descriptions displayed for this slide show
slides.delay=4000 //Set miliseconds delay between slides for a given show, may also be set in the call as the last parameter
