// JavaScript Document
// Slideshow settings for activitiesHiking.htm
var itemsQty		= 15; // 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/slideshowHiking/01.jpg";
arrPics[1] = "imgs/slideshowHiking/02.jpg";
arrPics[2] = "imgs/slideshowHiking/03.jpg";
arrPics[3] = "imgs/slideshowHiking/04.jpg";
arrPics[4] = "imgs/slideshowHiking/05.jpg";
arrPics[5] = "imgs/slideshowHiking/06.jpg";
arrPics[6] = "imgs/slideshowHiking/07.jpg";
arrPics[7] = "imgs/slideshowHiking/08.jpg";
arrPics[8] = "imgs/slideshowHiking/09.jpg";
arrPics[9] = "imgs/slideshowHiking/10.jpg";
arrPics[10] = "imgs/slideshowHiking/11.jpg";
arrPics[11] = "imgs/slideshowHiking/12.jpg";
arrPics[12] = "imgs/slideshowHiking/13.jpg";
arrPics[13] = "imgs/slideshowHiking/14.jpg";
arrPics[14] = "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] = "While hiking, you will be surrounded by a fantastic flora and fauna.";
arrPicLabels[1] = "Gigantic Blue Monarch butterflies lead you through the awe-inspiring forest. ";
arrPicLabels[2] = "Towering palm trees stand up against the blue sky. ";
arrPicLabels[3] = "";
arrPicLabels[4] = "We have carefully selected the most beautiful trails and beaches that exist on this 100 square mile tropical paradise. ";
arrPicLabels[5] = "Dramatic slabs of granite cast their cool shadows on each trail. ";
arrPicLabels[6] = "Refresh yourself in pools of fresh water springs. ";
arrPicLabels[7] = " ";
arrPicLabels[8] = " ";
arrPicLabels[9] = " Most of our hikes pass through many of the island's secluded beaches.";
arrPicLabels[10] = "";
arrPicLabels[11] = " ";
arrPicLabels[12] = "";
arrPicLabels[13] = " ";
arrPicLabels[14] = " ";

