// 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 3 (JANUARY 10, 2001)";
gPrefix = "day3-";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 24;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "view from shira hut, in the morning";
gCaptions[2] = "alison, taking a picture of me taking a picture of her.  it's all very complicated.";
gCaptions[3] = "our dining table -- a rare chance to eat outside";
gCaptions[4] = "";
gCaptions[5] = "first glimpse of snow!";
gCaptions[6] = "photo and wally";
gCaptions[7] = "above the clouds already";
gCaptions[8] = "";
gCaptions[9] = "i think i managed to stay cleaner than the others did. :)";
gCaptions[10] = "photo and wally, resting";
gCaptions[11] = "lava flow-carved valley";
gCaptions[12] = "a rare encounter with other trekkers";
gCaptions[13] = "";
gCaptions[14] = "lava flow";
gCaptions[15] = "wally, with his new glacier glasses";
gCaptions[16] = "more lava flow-carved valleys";
gCaptions[17] = "";
gCaptions[18] = "there were many streams flowing down the mountain";
gCaptions[19] = "";
gCaptions[20] = "following a stream";
gCaptions[21] = "me, alison, wally, taking a break";
gCaptions[22] = "";
gCaptions[23] = "";
gCaptions[24] = "it was misty like this a lot of the time";


