// JavaScript Document
// Slideshow settings for activitiesSnorkeling.htm
var itemsQty		= 9; // set this value to the number of pics you want the slide to show
/*****************************************************/
var arrPics			= new Array(itemsQty);
var arrPicLabels	= new Array(itemsQty);
var currImageIndex  = 0;

/*****************************************************/
/* Use this section to edit the pictures names  */
arrPics[0] = "imgs/slideshowSnorkeling/01.jpg";
arrPics[1] = "imgs/slideshowSnorkeling/02.jpg";
arrPics[2] = "imgs/slideshowSnorkeling/03.jpg";
arrPics[3] = "imgs/slideshowSnorkeling/04.jpg";
arrPics[4] = "imgs/slideshowSnorkeling/05.jpg";
arrPics[5] = "imgs/slideshowSnorkeling/06.jpg";
arrPics[6] = "imgs/slideshowSnorkeling/07.jpg";
arrPics[7] = "imgs/slideshowSnorkeling/08.jpg";
arrPics[8] = "imgs/slideshowArt/slide_last.jpg";


/* Use this section to edit the pictures labels */
/* If you need to use text between " " you will need to put a \ before each ocurrence of ", i.e. "A \"typical\" day at the island" */
arrPicLabels[0] = "";
arrPicLabels[1] = "";
arrPicLabels[2] = "";
arrPicLabels[3] = "";
arrPicLabels[4] = "";
arrPicLabels[5] = "";
arrPicLabels[6] = "";
arrPicLabels[7] = "";
arrPicLabels[8] = "";



