// 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 5 (JANUARY 12, 2001)";
gPrefix = "day5-";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 2;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "tents in karanga valley";
gCaptions[2] = "resting, at barafu hut -- before summit ascent";

