// Set the variables
 		var pauseSlideShow = false;
 		var time_delay = 3000;
 		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/vaq-1.jpg";
       caption_array[0] = "va-Q-tainer pre-qualified Passive Transport Containers - U.S.";
      
      image_array[1] = "../img/product/vaq-2.jpg";
       caption_array[1] = "Access port enabling VIP vacuum measurement with va-Q-check.";
      
      image_array[2] = "../img/product/vaq-3.jpg";
       caption_array[2] = "Only VIP system capable of measuring vacuum levels.";

      image_array[3] = "../img/product/vaq-4.jpg";
       caption_array[3] = "va-Q-accu bottles fit along side walls to provide temperature protection.";

      image_array[4] = "../img/product/vaq-5.jpg";
       caption_array[4] = "va-Q-accu phase change refridgerant bottle.";

	  image_array[5] = "../img/product/vaq-6.jpg";
       caption_array[5] = "Vacuum insulated panels provide high insulation performance.";

      var image_array_length = image_array.length;