﻿//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='../drivers/featureslider/previous.gif';
var stopimg='../drivers/featureslider/stop.gif';
var playimg='../drivers/featureslider/play.gif';
var nextimg='../drivers/featureslider/next.gif';

var featurespace=[]; 
//configure the below images and descriptions to your own, note optional links, target and window specifications. 
featurespace[0] = ["../drivers/featureslider/images/CustomSoftwareTheme_1.jpg", "", "#"];
featurespace[1] = ["../drivers/featureslider/images/CustomSoftwareTheme_2.jpg", "", "#"];
featurespace[2] = ["../drivers/featureslider/images/CustomSoftwareTheme_3.jpg", "", "#"];
featurespace[3] = ["../drivers/featureslider/images/CustomSoftwareTheme_4.jpg", "", "#"];
featurespace[4] = ["../drivers/featureslider/images/CustomSoftwareTheme_5.jpg", "", "#"];

//optional properties for these images:
featurespace.no_descriptions=1; //use for no descriptions displayed
featurespace.pause=1; //use for pause onmouseover
featurespace.image_controls=1; //use images for controls
featurespace.button_highlight='#cccccc'; //onmouseover background-color for image buttons (requires image_controls=1)
featurespace.specs='width=700, height=305' //global specifications for this show's new window(s)
featurespace.random=1; //set a random slide sequence on each page load
featurespace.manual_start=0; //start show in manual mode (stopped)
featurespace.width = 700;
featurespace.height = 305;