// 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 4 (JANUARY 11, 2001)";
gPrefix = "day4-";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 14;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "wally, at barranco hut";
gCaptions[2] = "snow getting closer";
gCaptions[3] = "this camp was exposed -- very cold!";
gCaptions[4] = "camped above the clouds";
gCaptions[5] = "camped under a huge cliff";
gCaptions[6] = "the porters, hanging out";
gCaptions[7] = "the blue sky shows itself, briefly";
gCaptions[8] = "preparing to climb breakfast hill (in the background)";
gCaptions[9] = "portrait of joseph";
gCaptions[10] = "misty terrain!";
gCaptions[11] = "";
gCaptions[12] = "alex finally catches up with us after taking margo back down the mountain";
gCaptions[13] = "wally, drinking tea";
gCaptions[14] = "alison and me in the dining tent";
