// 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/panel-1.jpg";
       caption_array[0] = "Knockdowns - economical for large quantity orders";
              
      image_array[1] = "../img/product/panel-2.jpg";     
      caption_array[1] = "Carry Paks - Perfect for the convenient transportation of perishables";

      image_array[2] = "../img/product/panel-3.jpg";     
      caption_array[2] = "Kits - perfect when storage space is limited";

      image_array[3] = "../img/product/panel-4.jpg";     
      caption_array[3] = "Set Ups - available as pre-assembled containers";
      var image_array_length = image_array.length;
      
