	myGallery = new Array();
	myGallery[0] = "gallery - inca trail, peru";
	myGallery[1] = "hiking on the inca trail to machu picchu is an unforgetable experience.";

	myPix = new Array();
	mytPix = new Array ();
	myText = new Array();
	myBody = new Array();

	myPix[0] = new Image();
	myPix[0].src = "img/peru01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_peru01.jpg";
	myText[0] = "two boys, pisac";
	myBody[0] = "these 'chicos' took a break from helping their father turning 40 lbs. adobe bricks. they had to work together to turn a single brick.";

	myPix[1] = new Image();
	myPix[1].src = "img/peru02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_peru02.jpg";
	myText[1] = "pisac girl";
	myBody[1] = "young quechua girls get ready to sing our group a native song.";

	myPix[2] = new Image();
	myPix[2].src = "img/peru03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_peru03.jpg";
	myText[2] = "pisac salt mines";
	myBody[2] = "the pools have been in use since incan times.";

	myPix[3] = new Image();
	myPix[3].src = "img/peru04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_peru04.jpg";
	myText[3] = "porter on the trail";
	myBody[3] = "a porter on the trail with a full load of 50 lbs.";

	myPix[4] = new Image();
	myPix[4].src = "img/peru05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_peru05.jpg";
	myText[4] = "winayhuayna";
	myBody[4] = "near machu picchu, this was an experimental agricultural station.";

	myPix[5] = new Image();
	myPix[5].src = "img/peru06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_peru06.jpg";
	myText[5] = "flower, winayhuayna";
	myBody[5] = "found this flower growing from the terrace wall.";

	myPix[6] = new Image();
	myPix[6].src = "img/peru07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_peru07.jpg";
	myText[6] = "warmiwañuscca pass";
	myBody[6] = "the highest pass on the trail at 13,780 feet. the porters with 50 pounds on their back would breeze by hikers. i can remember how many passed me, but it was a lot.";

	myPix[7] = new Image();
	myPix[7].src = "img/peru08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_peru08.jpg";
	myText[7] = "camp phuyupatamarka";
	myBody[7] = "phuyupatamarka means clould-level town. at over 11,900 feet above sea level, this was my favorite campsite on the trail.";

	myPix[8] = new Image();
	myPix[8].src = "img/peru09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_peru09.jpg";
	myText[8] = "phuyupatamarka";
	myBody[8] = "glacier cover mountain that shares the same name as near by ruins at first light.";

	myPix[9] = new Image();
	myPix[9].src = "img/peru10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_peru10.jpg";
	myText[9] = "machu picchu";
	myBody[9] = "the lost city, 4 days, 27 miles later and unending elevation changes.";

	thisPic = 0;
	imgCt = myPix.length - 1;