// the following vars must be set by the external js config file included
//var gPrefix;		// the prefix of the image
//var gThumbdir;	// the thumbnail directory
//var gImagedir;	// the image directory
//var gStartNum;  	// first image index
//var gStopNum;		// last image index 
//var gSectionHeadingLabel;	// section heading label 

gSectionHeadingLabel = "PARTICIPANTS";
gPrefix = "participants";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 11;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "alex ulomi, alison nicoll, eric cheng, joseph (photo), and wally tseng";
gCaptions[2] = "wally, playing in the mosquito net";
gCaptions[3] = "margo, in the rain forest";
gCaptions[4] = "joseph (photo)";
gCaptions[5] = "alex, saying hi from our tent entrance";
gCaptions[6] = "me, on day 2";
gCaptions[7] = "porters (not all from our trip)";
gCaptions[8] = "margo, at the springlands b&b hotel";
gCaptions[9] = "roger ansell";
gCaptions[10] = "wally, at the springlands b&b hotel";
gCaptions[11] = "zainab ansell (zara herself)";

