// Set the variables
 		var pauseSlideShow = false;
 		var time_delay = 4000;
 		var image_array = new Array(); 
 		var caption_array = new Array(); 
 		var preload_image_object = new Image();
		var current_slideshow_position = -1;		
// Set the image paths


      image_array[0] = "../img/product/indicators-1.jpg";
      caption_array[0] = "KoolWatch Programmable Electronic Temperature Indicators";

      image_array[1] = "../img/product/indicators-2.jpg";
      caption_array[1] = "Freeze Watch Descending Low Temperature Indicators";

      image_array[2] = "../img/product/indicators-3.jpg";
      caption_array[2] = "ColdMark Descending Low Temperature Indicators";

      image_array[3] = "../img/product/indicators-4.jpg";
      caption_array[3] = "Monitor Mark Ascending Temperature Indicators";

      image_array[4] = "../img/product/indicators-5.jpg";
      caption_array[4] = "WarmMark Ascending Temperature Indicators";

      image_array[5] = "../img/product/indicators-6.jpg";
      caption_array[5] = "Thermax Ascending High Temperature Indicators";

      image_array[6] = "../img/product/indicators-7.jpg";
      caption_array[6] = "Monitor In-Transit Temperature Chart Recorders";

      var image_array_length = image_array.length;