﻿//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/Feature_CallCenter.jpg", "","http://zapatadata.com/CaseStudy.aspx?id=6&cid=1", ""];
featurespace[1] = ["../drivers/featureslider/images/Feature_Subscribe.jpg", "", "http://zapatadata.com/CaseStudy.aspx?id=10&cid=1"];
featurespace[2] = ["../drivers/featureslider/images/Feature_EYH.jpg", "", "http://zapatadata.com/CaseStudy.aspx?id=7&cid=1"];

//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=275' //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)