// JavaScript Document
// Slideshow settings for locationOurLodge.htm
var itemsQty		= 14; // 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/slideshowLodge/01.jpg";
arrPics[1] = "imgs/slideshowLodge/02.jpg";
arrPics[2] = "imgs/slideshowLodge/03.jpg";
arrPics[3] = "imgs/slideshowLodge/04.jpg";
arrPics[4] = "imgs/slideshowLodge/05.jpg";
arrPics[5] = "imgs/slideshowLodge/06.jpg";
arrPics[6] = "imgs/slideshowLodge/07.jpg";
arrPics[7] = "imgs/slideshowLodge/08.jpg";
arrPics[8] = "imgs/slideshowLodge/09.jpg";
arrPics[9] = "imgs/slideshowLodge/10.jpg";
arrPics[10] = "imgs/slideshowLodge/11.jpg";
arrPics[11] = "imgs/slideshowLodge/12.jpg";
arrPics[12] = "imgs/slideshowLodge/13.jpg";
arrPics[13] = "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] = "";
arrPicLabels[9] = "";
arrPicLabels[10] = "";
arrPicLabels[11] = "";
arrPicLabels[12] = "";
arrPicLabels[13] = "";
