// JavaScript Document
// Slideshow settings for activitiesMassage.htm
var itemsQty		= 7; // 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/slideshowMassage/01.jpg";
arrPics[1] = "imgs/slideshowMassage/02.jpg";
arrPics[2] = "imgs/slideshowMassage/03.jpg";
arrPics[3] = "imgs/slideshowMassage/04.jpg";
arrPics[4] = "imgs/slideshowMassage/05.jpg";
arrPics[5] = "imgs/slideshowMassage/06.jpg";
arrPics[6] = "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] = "Studies show that massage reduces anxiety and depression, relieves back pain and muscle pain.";
arrPicLabels[1] = "Massage also lowers high blood pressure, eases PMS symptoms, re-energizes stressed office workers and boosts the immune system.";
arrPicLabels[2] = "Massage is also commonly used to help insomnia, headaches and other stress-related conditions.";
arrPicLabels[3] = "There’s nothing like enjoying a full body massage while listening to the sounds of the atlantic ocean.  Would you like to give it a try? ";
arrPicLabels[4] = "";
arrPicLabels[5] = "";
arrPicLabels[6] = "";

