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

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "at our hotel in nairobi";
gCaptions[2] = "wally, playing in the mosquito net";
gCaptions[3] = "artsy shot of the day";
gCaptions[4] = "our hotel in nairobi";
gCaptions[5] = "wally with etrex summit gps";
