	myGallery = new Array();
	myGallery[0] = "gallery - glacier national park";
	myGallery[1] = "The 'Backbone of the World' is the Blackfeet tribal name given to the greater glacier national park area.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/glac01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_glac01.jpg";
	myText[0] = "many glacier rainbow";
	myBody[0] = "rain and sun mix at sunrise over many glacier.";

	myPix[1] = new Image();
	myPix[1].src = "img/glac02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_glac02.jpg";
	myText[1] = "many glacier";
	myBody[1] = "mountains tower over the lake at many glacier.";

	myPix[2] = new Image();
	myPix[2].src = "img/glac03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_glac03.jpg";
	myText[2] = "colbalt lake";
	myBody[2] = "early morning provides a calm reflection over this alpine lake on the continental divide.";

	myPix[3] = new Image();
	myPix[3].src = "img/glac04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_glac04.jpg";
	myText[3] = "big horn doe";
	myBody[3] = "big horn sheep love to hide in the mountain scree.";

	myPix[4] = new Image();
	myPix[4].src = "img/glac05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_glac05.jpg";
	myText[4] = "mule deer";
	myBody[4] = "this doe wandered into our camp looking for a handout. she found no takers.";

	myPix[5] = new Image();
	myPix[5].src = "img/glac06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_glac06.jpg";
	myText[5] = "slot canyon";
	myBody[5] = "avalanche creek powers through a narrow slot canyon.";

	myPix[6] = new Image();
	myPix[6].src = "img/glac07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_glac07.jpg";
	myText[6] = "saint mary lake";
	myBody[6] = "saint mary lake offers one of the iconic images of glacier. it was a little too windy on this morning.";
	
	myPix[7] = new Image();
	myPix[7].src = "img/glac08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_glac08.jpg";
	myText[7] = "bear sighting";
	myBody[7] = "after a week in the backcountry the closest bear sighting was at the many glacier hotel.";
	
	thisPic = 0;
	imgCt = myPix.length - 1;