// JavaScript Document
// Slideshow settings for activitiesYoga.htm
var itemsQty		= 13; // 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/slideshowYoga/01.jpg";
arrPics[1] = "imgs/slideshowYoga/02.jpg";
arrPics[2] = "imgs/slideshowYoga/03.jpg";
arrPics[3] = "imgs/slideshowYoga/04.jpg";
arrPics[4] = "imgs/slideshowYoga/05.jpg";
arrPics[5] = "imgs/slideshowYoga/06.jpg";
arrPics[6] = "imgs/slideshowYoga/07.jpg";
arrPics[7] = "imgs/slideshowYoga/08.jpg";
arrPics[8] = "imgs/slideshowYoga/09.jpg";
arrPics[9] = "imgs/slideshowYoga/10.jpg";
arrPics[10] = "imgs/slideshowYoga/11.jpg";
arrPics[11] = "imgs/slideshowYoga/12.jpg";
arrPics[12] = "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] = "Practicing yoga will ease tense muscles, tone the internal organs, and improve flexibility of the body's joints and ligaments.";
arrPicLabels[1] = "Breathing techniques stimulate blood circulation throughout the body.";
arrPicLabels[2] = "Yoga helps in the flushing out of toxins.";
arrPicLabels[3] = "At the Island Experience, the benefits of Yoga can be enjoyed by anybody at any age, even without previous Yoga experience.";
arrPicLabels[4] = "Practicing yoga will help you achieve a more limber body, increase coordination and a better posture.";
arrPicLabels[5] = "";
arrPicLabels[6] = "";
arrPicLabels[7] = "";
arrPicLabels[8] = "";
arrPicLabels[9] = "";
arrPicLabels[10] = "";
arrPicLabels[11] = "";
arrPicLabels[12] = "";


