	myGallery = new Array();
	myGallery[0] = "gallery - los glaciares national park";
	myGallery[1] = "los glaciares national park is comprised of the 'heilo sur' continental ice cap, glaciers and towering diorite Andes.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/lg01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_lg01.jpg";
	myText[0] = "fitz roy";
	myBody[0] = "one of the most spectacular mountain views in the world, mount fitz roy was known as chaltén, or peak of fire, by the native tehuelche.";

	myPix[1] = new Image();
	myPix[1].src = "img/lg02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_lg02.jpg";
	myText[1] = "fitz roy &amp laguna de los tres";
	myBody[1] = "profile of the glacial laguna de los tres and fitz roy.";

	myPix[2] = new Image();
	myPix[2].src = "img/lg03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_lg03.jpg";
	myText[2] = "fitz roy sunrise";
	myBody[2] = "clouds crest over the summit in the early monring.";

	myPix[3] = new Image();
	myPix[3].src = "img/lg04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_lg04.jpg";
	myText[3] = "el chaltén before dawn";
	myBody[3] = "the sleepy village of el chaltén provides the best access to fitz roy and the park.";

	myPix[4] = new Image();
	myPix[4].src = "img/lg05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_lg05.jpg";
	myText[4] = "fitz roy detail";
	myBody[4] = "the granite spires tower over 3400 meters from sea level.";

	myPix[5] = new Image();
	myPix[5].src = "img/lg06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_lg06.jpg";
	myText[5] = "a el chaltén";
	myBody[5] = "a lone signs points the way out of the mountains and down to el chaltén.";

	myPix[6] = new Image();
	myPix[6].src = "img/lg07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_lg07.jpg";
	myText[6] = "glaciar moreno";
	myBody[6] = "ice towers and crevices on the active glacier.";

	myPix[7] = new Image();
	myPix[7].src = "img/lg08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_lg08.jpg";
	myText[7] = "glaciar moreno";
	myBody[7] = "the glacier towers over lago argentino as a rainbow forms over the walls of ice.";

	myPix[8] = new Image();
	myPix[8].src = "img/lg09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_lg09.jpg";
	myText[8] = "glaciar moreno";
	myBody[8] = "the massive and impressive glacier is one of the most active in the world.";

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