// 7.13.10 Michal: added 6th slide
//HOME PAGE 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/home-slideshow/home-slide01.jpg"];
slides[1] = ["/images/home-slideshow/home-slide1.jpg"];
//slides[1] = ["/images/home-slideshow/home-slide2.jpg"];
slides[2] = ["/images/home-slideshow/home-slide3.jpg"];
slides[3] = ["/images/home-slideshow/home-slide4.jpg"];
slides[4] = ["/images/home-slideshow/home-slide5.jpg"];
slides[5] = ["/images/home-slideshow/home-slide6.jpg"];
slides[6] = ["/images/home-slideshow/home-slide7.jpg"];

//optional properties for these images:
slides.counter=0; //use to show image count
slides.width=486; //use to set width of widest image if dimensions vary
slides.height=298; //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
