// 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/pur-1.jpg";
       caption_array[0] = "KoolTemp PUR Polyurethane Insulated Containers";
              
      image_array[1] = "../img/product/pur-2.jpg";     
      caption_array[1] = "Molded container sealed with a soft foam plug";

      image_array[2] = "../img/product/pur-3.jpg";     
      caption_array[2] = "Molded container sealed with a soft foam plug";
      
      image_array[3] = "../img/product/pur-4.jpg";     
      caption_array[3] = "These lightweight one-piece molded containers are held in an outer corrugate box sealed at the top with a soft foam polyurethane plug or rigid polyurethane friction fit lid";

      image_array[4] = "../img/product/pur-5.jpg";     
      caption_array[4] = "Molded container sealed with a rigid PUR friction fit lid.";

      
      var image_array_length = image_array.length;