	myGallery = new Array();
	myGallery[0] = "gallery - theodore roosevelt np";
	myGallery[1] = "theodore roosevelt first came to the north dakota badlands in 1883. the area had a lasting impact on him and his important future conservation efforts.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/thro01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_thro01.jpg";
	myText[0] = "cottonwoods sunset";
	myBody[0] = "the valley of the little missouri river is littered with thousands of majestic cottonwood trees.";

	myPix[1] = new Image();
	myPix[1].src = "img/thro02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_thro02.jpg";
	myText[1] = "little missouri sunset";
	myBody[1] = "the little missouri river carves its way through the buttes and cottonwood valley.";

	myPix[2] = new Image();
	myPix[2].src = "img/thro03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_thro03.jpg";
	myText[2] = "buffalo, side of the road";
	myBody[2] = "where does a buffalo take a load off? anywhere it wants to.";

	myPix[3] = new Image();
	myPix[3].src = "img/thro04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_thro04.jpg";
	myText[3] = "buffalo scratch";
	myBody[3] = "honestly never thought about how a buffalo would scratch until I witnessed it.";

	myPix[4] = new Image();
	myPix[4].src = "img/thro05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_thro05.jpg";
	myText[4] = "prairie dog";
	myBody[4] = "the prairie dog a member of the squirrel family and lives in colonies known as prairie dog towns.";

	myPix[5] = new Image();
	myPix[5].src = "img/thro06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_thro06.jpg";
	myText[5] = "wild mare and colt";
	myBody[5] = "mother and son feed on the sweet grass of the badlands.";

	myPix[6] = new Image();
	myPix[6].src = "img/thro07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_thro07.jpg";
	myText[6] = "wild horse";
	myBody[6] = "approximately 100 wild horses can be found within the south unit of the park.";

	myPix[7] = new Image();
	myPix[7].src = "img/thro08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_thro08.jpg";
	myText[7] = "little missouri river";
	myBody[7] = "winds, twists and turns through the northern section of the park.";

	myPix[8] = new Image();
	myPix[8].src = "img/thro09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_thro09.jpg";
	myText[8] = "badlands panoramic";
	myBody[8] = "There are no words that can tell the hidden spirit of the wilderness, that can reveal its mystery, its melancholy, and its charm. ~ Theodore Roosevelt";

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