var slides=[];
slides[0]  = ["../img/all/ford-econoline-van.jpg", "Angle View of 5ARTHR"];
slides[1]  = ["../img/all/econoline-van-front.jpg", "Front View"];
slides[2]  = ["../img/all/econoline-van-back.jpg", "Back View"];
slides[3]  = ["../img/all/econoline-van-side-L.jpg", "Left Side View"];
slides[4]  = ["../img/all/econoline-van-side-R.jpg", "Right Side View"];
slides[5]  = ["../img/all/econoline-van-side-open-R.jpg", "Right Side View Door Opening"];
slides[6]  = ["../img/all/econoline-van-side-open.jpg", "Right Side View Door Open"];
slides[7]  = ["../img/all/econoline-van-interior-front.jpg", "Interior View from the front"];
slides[8]  = ["../img/all/econoline-van-interior-back.jpg", "Interior View from the back"];

//optional properties for these images:
slides.desc_prefix='FORD E350 ECONOLINE VAN - '; //string prefix for image descriptions display
slides.counter=1; //use to show image counter
slides.width=669; //use to set width of widest image if dimensions vary
slides.height=669; //use to set height of tallest image if dimensions vary
slides.fadecolor="#000000"; // will set fading images background color, defaults to white
slides.delay=2500; //will set milliseconds delay between slides for a given show, may also be set in the call as the last parameter
slides.use_alt=1; //use for descriptions as images alt attributes
slides.use_title=1; //use for descriptions as images title attributes
slides.no_controls=0;  // will set a slide show with no controls
slides.random=0;
slides.no_added_linebreaks=1; //use 1 for no space below load area in formatting of texts and controls
slides.pause=1; //use for pause on mouseover
