// 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 = "menuGear";
gDivIDSubMenu = "navdiv8";
gSectionHeadingLabel = "EQUIPMENT LIST - CLIMB GEAR";
gPrefix = "equip-climb";
gThumbdir = "images/visuals/thumbs";
gImagedir = "images/visuals";
gStartNum = 1;
gStopNum = 1;

var gCaptions = new Array(gStopNum-gStartNum+1);
gCaptions[1] = "preparing for the trek";
