	myGallery = new Array();
	myGallery[0] = "gallery - torres del paine";
	myGallery[1] = "torres del paine national park in patagonian chile was impressively carved by glaciers of the 'hielo sur' ice cap, which remains in parts of the park.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/tdp01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_tdp01.jpg";
	myText[0] = "park enterance";
	myBody[0] = "the bus from puerto natales drops off at this impressive view of rio paine and the torres.";

	myPix[1] = new Image();
	myPix[1].src = "img/tdp02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_tdp02.jpg";
	myText[1] = "los cuernos";
	myBody[1] = "los cuernos, the horns, tower over lago pehoé.";

	myPix[2] = new Image();
	myPix[2].src = "img/tdp03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_tdp03.jpg";
	myText[2] = "lago grey";
	myBody[2] = "glacial ice and silt give lago grey its name.";

	myPix[3] = new Image();
	myPix[3].src = "img/tdp04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_tdp04.jpg";
	myText[3] = "glaciar grey";
	myBody[3] = "enjoying the awe inspring glacial view.";

	myPix[4] = new Image();
	myPix[4].src = "img/tdp05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_tdp05.jpg";
	myText[4] = "norto bush";
	myBody[4] = "the norto, or chilean firewheel, is common in sunny patagonian valleys.";

	myPix[5] = new Image();
	myPix[5].src = "img/tdp06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_tdp06.jpg";
	myText[5] = "grand paine";
	myBody[5] = "rain and fog hide the largest mountains in the park.";

	myPix[6] = new Image();
	myPix[6].src = "img/tdp07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_tdp07.jpg";
	myText[6] = "grande paine";
	myBody[6] = "the largest mountain in the park with glaciar francés at the base.";

	myPix[7] = new Image();
	myPix[7].src = "img/tdp08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_tdp08.jpg";
	myText[7] = "el condors";
	myBody[7] = "the giant birds soar on gusts over the mountains.";

	myPix[8] = new Image();
	myPix[8].src = "img/tdp09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_tdp09.jpg";
	myText[8] = "los cuernos";
	myBody[8] = "the black slate and granite summits impress from every angle.";

	myPix[9] = new Image();
	myPix[9].src = "img/tdp10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_tdp10.jpg";
	myText[9] = "no board in airplain";
	myBody[9] = "the warnings on our camp fuel were a little lost in translation. it made me laugh at every meal.";

	myPix[10] = new Image();
	myPix[10].src = "img/tdp11.jpg";
	mytPix[10] = new Image();
	mytPix[10].src = "img/t_tdp11.jpg";
	myText[10] = "torres del paine";
	myBody[10] = "the torres, or towers, are the park's namesake and incredible natural feature.";

	myPix[11] = new Image();
	myPix[11].src = "img/tdp12.jpg";
	mytPix[11] = new Image();
	mytPix[11].src = "img/t_tdp12.jpg";
	myText[11] = "torres del paine fisheye";
	myBody[11] = "testing the nikkor 10.5mm lens for a compressed 180 degree view of the torres.";

	myPix[12] = new Image();
	myPix[12].src = "img/tdp13.jpg";
	mytPix[12] = new Image();
	mytPix[12].src = "img/t_tdp13.jpg";
	myText[12] = "torres del paine sun flare";
	myBody[12] = "the setting sun helped create this unique view which was caught on film.";

	myPix[13] = new Image();
	myPix[13].src = "img/tdp14.jpg";
	mytPix[13] = new Image();
	mytPix[13].src = "img/t_tdp14.jpg";
	myText[13] = "los torres";
	myBody[13] = "waiting for a ride out at the end of the trail.";



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