// JavaScript Document
// Slideshow settings for programNutrition.htm
var itemsQty		= 11; // 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/slideshowNutrition/01.jpg";
arrPics[1] = "imgs/slideshowNutrition/02.jpg";
arrPics[2] = "imgs/slideshowNutrition/03.jpg";
arrPics[3] = "imgs/slideshowNutrition/04.jpg";
arrPics[4] = "imgs/slideshowNutrition/05.jpg";
arrPics[5] = "imgs/slideshowNutrition/06.jpg";
arrPics[6] = "imgs/slideshowNutrition/07.jpg";
arrPics[7] = "imgs/slideshowNutrition/08.jpg";
arrPics[8] = "imgs/slideshowNutrition/09.jpg";
arrPics[9] = "imgs/slideshowNutrition/10.jpg";
arrPics[10] = "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] = "The natural diet we offer reflects the dietary recommendations for healthy eating.";
arrPicLabels[1] = "It is low in saturated fat, high in fiber, with complex carbohydrates and fresh fruits and vegetables.";
arrPicLabels[2] = "It offers the perfect amount of protein through a carefully selected combination of whole grains, beans, vegetables, nuts, and fish.";
arrPicLabels[3] = "The objective is to help the body to detoxify providing all the nutrients required for an intense and active week.";
arrPicLabels[4] = "It is a delicious way to start a better lifestyle and feel the benefits of great food.";
arrPicLabels[5] = "You will enjoy this healthy and tasty meals in the company of our on-site nutritionist that will explain how we cook it and the benefits of each ingredient.";
arrPicLabels[6] = "";
arrPicLabels[7] = "";
arrPicLabels[8] = "";
arrPicLabels[9] = "";
arrPicLabels[10] = "";

