// 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 
//var gDivIDSubMenu = null;	// divID of the nav link to show a menu under
//var gStartSubMenu = null;	// menuID to be shown upon load

gStartSubMenu = "menuItinerary";
gDivIDSubMenu = "navdiv4";
gSectionHeadingLabel = "CLIMB - DAY 2 (JANUARY 9, 2001)";
gPrefix = "day2-";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 27;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "our tent at machame hut, in the morning";
gCaptions[2] = "our tent at machame hut, in the morning";
gCaptions[3] = "wally, peeking out of the tent";
gCaptions[4] = "photo and me";
gCaptions[5] = "wally hiking upwards";
gCaptions[6] = "dirty wally and photo";
gCaptions[7] = "alison nicoll";
gCaptions[8] = "one of the porters";
gCaptions[9] = "view down the valley";
gCaptions[10] = "";
gCaptions[11] = "wally, trying to keep up with the porters";
gCaptions[12] = "photo -- still carrying the raw eggs";
gCaptions[13] = "amazing feats of balance";
gCaptions[14] = "looks tough...";
gCaptions[15] = "sitting in the clouds";
gCaptions[16] = "wally, with sony pc100 camcorder";
gCaptions[17] = "";
gCaptions[18] = "moorlands";
gCaptions[19] = "a brief break";
gCaptions[20] = "i forgot what these plants are called, but they're really funky looking";
gCaptions[21] = "a porter";
gCaptions[22] = "more strange plants";
gCaptions[23] = "shira hut";
gCaptions[24] = "our tent and signature rain coat formation";
gCaptions[25] = "shira hut";
gCaptions[26] = "it's already starting to get cold";
gCaptions[27] = "tent and rain coats";


