	myGallery = new Array();
	myGallery[0] = "gallery - badlands";
	myGallery[1] = "badlands national park in south dakota contains acres of sharply eroded buttes and spires blended with grass prairie.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/badl01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_badl01.jpg";
	myText[0] = "buffalo trail";
	myBody[0] = "a large male buffalo on the trail at dawn.";

	myPix[1] = new Image();
	myPix[1].src = "img/badl02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_badl02.jpg";
	myText[1] = "pronghorn doe";
	myBody[1] = "a female pronghorn grazes in the badlands prairie.";

	myPix[2] = new Image();
	myPix[2].src = "img/badl03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_badl03.jpg";
	myText[2] = "big horn kid";
	myBody[2] = "a young desert big horn sheep frolics in the warm morning sun.";

	myPix[3] = new Image();
	myPix[3].src = "img/badl04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_badl04.jpg";
	myText[3] = "pronghorn buck";
	myBody[3] = "the pronghorn, with unique branched horns, is the fastest animal in the western hemisphere.";

	myPix[4] = new Image();
	myPix[4].src = "img/badl05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_badl05.jpg";
	myText[4] = "badlands sunrise";
	myBody[4] = "erosion has caused the distintive colorful banding of the badlands to be revealed.";

	myPix[5] = new Image();
	myPix[5].src = "img/badl06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_badl06.jpg";
	myText[5] = "buffalo";
	myBody[5] = "taking a break from breakfast to check me out.";

	myPix[6] = new Image();
	myPix[6].src = "img/badl07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_badl07.jpg";
	myText[6] = "buffalo";
	myBody[6] = "buffalo are typically found near the sage creek area of the park.";

	myPix[7] = new Image();
	myPix[7].src = "img/badl08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_badl08.jpg";
	myText[7] = "big horn ewe";
	myBody[7] = "desert big horns were reintroduced to the park with radio tags to see where they would go.";

	myPix[8] = new Image();
	myPix[8].src = "img/badl09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_badl09.jpg";
	myText[8] = "buttes before dawn";
	myBody[8] = "an hour before sunrise overlooking the buttes that make badlands famous.";

	myPix[9] = new Image();
	myPix[9].src = "img/badl10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_badl10.jpg";
	myText[9] = "buttes sunrise";
	myBody[9] = "the early sun highlights the geologic layers and color.";

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