// 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/packs-1.jpg";     
      caption_array[0] = "Koolit Gel Paks";
      
      image_array[1] = "../img/product/packs-2.jpg";     
      caption_array[1] = "Gel paks are available in a saddlebag design that wraps around the payload";

      image_array[2] = "../img/product/packs-3.jpg";     
      caption_array[2] = "The 600 series features a thick white polyethylene pouch";

      image_array[3] = "../img/product/packs-4.jpg";     
      caption_array[3] = "The 500 series features a puncture-resistant laminate foil film";
      
      image_array[4] = "../img/product/packs-5.jpg";     
      caption_array[4] = "The 800 series gel paks are designed to absorb condensation";
      
      image_array[5] = "../img/product/packs-6.jpg";     
      caption_array[5] = "Detail of spun woven pouch";     
      var image_array_length = image_array.length;