// JavaScript Document
// Slideshow settings for activitiesSeaKayaking.htm
var itemsQty		= 12; // 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/slideshowKayaking/01.jpg";
arrPics[1] = "imgs/slideshowKayaking/02.jpg";
arrPics[2] = "imgs/slideshowKayaking/03.jpg";
arrPics[3] = "imgs/slideshowKayaking/04.jpg";
arrPics[4] = "imgs/slideshowKayaking/05.jpg";
arrPics[5] = "imgs/slideshowKayaking/06.jpg";
arrPics[6] = "imgs/slideshowKayaking/07.jpg";
arrPics[7] = "imgs/slideshowKayaking/08.jpg";
arrPics[8] = "imgs/slideshowKayaking/09.jpg";
arrPics[9] = "imgs/slideshowKayaking/10.jpg";
arrPics[10] = "imgs/slideshowKayaking/11.jpg";
arrPics[11] = "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] = "Gliding across Ilha Grande's tranquil turquoise waters is a wonderful way to tone your arms and chest into strong, wonderful form.";
arrPicLabels[1] = "";
arrPicLabels[2] = "";
arrPicLabels[3] = "Paddling is tremendous for your cardiovascular system and it's excellent strength training.";
arrPicLabels[4] = "";
arrPicLabels[5] = "If you want a lean upper body, kayaking will help you achieve it.";
arrPicLabels[6] = "";
arrPicLabels[7] = "";
arrPicLabels[8] = "";
arrPicLabels[9] = "";
arrPicLabels[10] = "";
arrPicLabels[11] = "";
