// JavaScript Document
// Slideshow settings for programOverview.htm and programOverview_Description.htm
var itemsQty		= 10; // 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/slideshowProgram/01.jpg";
arrPics[1] = "imgs/slideshowProgram/02.jpg";
arrPics[2] = "imgs/slideshowProgram/03.jpg";
arrPics[3] = "imgs/slideshowProgram/04.jpg";
arrPics[4] = "imgs/slideshowProgram/05.jpg";
arrPics[5] = "imgs/slideshowProgram/06.jpg";
arrPics[6] = "imgs/slideshowProgram/07.jpg";
arrPics[7] = "imgs/slideshowProgram/08.jpg";
arrPics[8] = "imgs/slideshowProgram/09.jpg";
arrPics[9] = "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] = "A typical day in The Island Experience starts with our hour long yoga session in a magnific deck overviewing the ocean. ";
arrPicLabels[1] = "After breakfast, you will hike through the rainforest to a secluded beach.";
arrPicLabels[2] = "You will enjoy your healthy lunch and some down time to simply hang out at the beach.";
arrPicLabels[3] = "You might see yourself kayaking to the clear waters of a secret bay for an afternoon snorkeling session.";
arrPicLabels[4] = "Finally, we take a trail along the scenic coast to get back to our lodge.";
arrPicLabels[5] = "In the evening , after a light yoga or stretching session you will enjoy your full body massage.";
arrPicLabels[6] = "Join us in other relaxing activities, like painting or reading.";
arrPicLabels[7] = "A \"typical\" day at the Island Experience will end with a tasty and healthy dinner chatting with your group.";
arrPicLabels[8] = "After dinner, you may relax in our beautiful lodge or be entertained by a Capoeira presentation.";
arrPicLabels[9] = "";