/*////////////////////////////////////////////////////////
* Swiss Army Interactive Image slide show script adapted from
* Interactive Image slideshow with text description
* By Christian Carlessi Salvadó (cocolinks@c.net.gt) and from
* Ultimate Fade-In Slideshow (v1.5): © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST remain intact in your page's source code for legal use.
* Visit http://www.dynamicdrive.com for original scripts
* Updated for better cross browser compliance in fading and
* Modified here for multiple use and many additional options by jscheuer1 in
* http://www.dynamicdrive.com/forums
*////////////////////////////////////////////////////////

//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='35.gif';
var stopimg='37.gif';
var playimg='37.gif';
var nextimg='36.gif';

var slides=[];
//configure the below images and descriptions to your own. 
slides[0] = ["img/header-home.jpg", ""];
slides[1] = ["img/header-home2.jpg", ""];
slides[2] = ["img/header-home3.jpg", ""];
slides[3] = ["img/header-home4.jpg", ""];
slides[4] = ["img/header-home5.jpg", ""];
//above slide show uses only the defaults

slides.no_controls = true;
slides.no_descriptions = true;

var slides2=[];
//configure the below images and descriptions to your own. 
slides2[0] = ["img/retail-dev01.jpg", ""];
slides2[1] = ["img/retail-dev02.jpg", ""];
//above slide show uses only the defaults

slides2.no_controls = true;
slides2.no_descriptions = true;

var slides3=[];
//configure the below images and descriptions to your own. 
slides3[0] = ["img/leisure-dev01.jpg", ""];
slides3[1] = ["img/leisure-dev02.jpg", ""];
//above slide show uses only the defaults

slides3.no_controls = true;
slides3.no_descriptions = true;

var slides4=[];
//configure the below images and descriptions to your own. 
slides4[0] = ["img/completed-dev01.jpg", ""];
slides4[1] = ["img/completed-dev02.jpg", ""];
//above slide show uses only the defaults

slides4.no_controls = true;
slides4.no_descriptions = true;
