// 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 - MAASAI VILLAGE";
gPrefix = "maasai";
gThumbdir = "images/thumbs";
gImagedir = "images";
gStartNum = 1;
gStopNum = 10;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "colorful robes";
gCaptions[2] = "huts were made of cow dung";
gCaptions[3] = "";
gCaptions[4] = "chanting and jumping...";
gCaptions[5] = "";
gCaptions[6] = "";
gCaptions[7] = "where the cows are kept";
gCaptions[8] = "";
gCaptions[9] = "cute kids!";
gCaptions[10] = "";
