// 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 = "HOMO SAPIENS - US";
gPrefix = "sapiens";
gThumbdir = "images/thumbs";
gImagedir = "images";
gStartNum = 1;
gStopNum = 20;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "wally with the camcorder";
gCaptions[2] = "me, overlooking ngorongoro crater";
gCaptions[3] = "wally 'n me";
gCaptions[4] = "eating dinner";
gCaptions[5] = "our cook, justo";
gCaptions[6] = "our pimpin' driver, emmanuel";
gCaptions[7] = "our walking tour guide, edward";
gCaptions[8] = "standing long jump";
gCaptions[9] = "wally, on walking tour";
gCaptions[10] = "wally with 3000 yr old baobab tree";
gCaptions[11] = "margo";
gCaptions[12] = "at zara hq";
gCaptions[13] = "";
gCaptions[14] = "justo, packing up";
gCaptions[15] = "this is an autofocus camera.  i have no idea how this photo was taken.";
gCaptions[16] = "zainab ansell";
gCaptions[17] = "roger ansell";
gCaptions[18] = "hanging out with roger";
gCaptions[19] = "wally, resting the day before going home";
gCaptions[20] = "margo";
