// JavaScript Document
// Slideshow settings for activitiesArtandCulture.htm
var itemsQty		= 5; // 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/slideshowArt/01.jpg";
arrPics[1] = "imgs/slideshowArt/02.jpg";
arrPics[2] = "imgs/slideshowArt/03.jpg";
arrPics[3] = "imgs/slideshowArt/04.jpg";
arrPics[4] = "imgs/slideshowArt/05.jpg";
arrPics[5] = "imgs/slideshowArt/06.jpg"; */

arrPics[0] = "imgs/slideshowArt/01.jpg";
arrPics[1] = "imgs/slideshowArt/02.jpg";
arrPics[2] = "imgs/slideshowArt/03.jpg";
arrPics[3] = "imgs/slideshowArt/04.jpg";
arrPics[4] = "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] = "Art is a great way to explore intense thoughts and feelings and it is done in a friendly, carefree environment.";
arrPicLabels[1] = "After a long day on the trail, we have found it to be a great way to relax the mind and spirit.";
arrPicLabels[2] = " ";
arrPicLabels[3] = " ";
arrPicLabels[4] = " ";



