// JavaScript Document

var preload_ctrl_images=true;

//And configure the image buttons' images here:
var previmg='left.gif';
var stopimg='stop.gif';
var playimg='play.gif';
var nextimg='right.gif';

var slides=[]; //FIRST SLIDESHOW
//configure the below images and descriptions to your own. 
slides[0] = ["images/products_and_services/instillation_of_restore_graphics/instillation_of_restore_graphics_1.jpg", ""];
slides[1] = ["images/products_and_services/instillation_of_restore_graphics/instillation_of_restore_graphics_2.jpg", ""];
slides[2] = ["images/products_and_services/instillation_of_restore_graphics/instillation_of_restore_graphics_3.jpg", ""];
//optional properties for these images:
slides.delay=6000;
slides.no_controls=1;
slides.border=1;
slides.border_color='#999999';
