	myGallery = new Array();
	myGallery[0] = "gallery - mount rainier";
	myGallery[1] = "mount rainier national park is a pristine cascade volcano encased in over 35 square miles of snow and glacial ice.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/mora01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_mora01.jpg";
	myText[0] = "mt rainier";
	myBody[0] = "mt rainier, just before alpenglow, from the paradise viewpoint.";

	myPix[1] = new Image();
	myPix[1].src = "img/mora02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_mora02.jpg";
	myText[1] = "mt rainier, winter";
	myBody[1] = "clear views from a cold and clear winter day.";

	myPix[2] = new Image();
	myPix[2].src = "img/mora03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_mora03.jpg";
	myText[2] = "mt rainier and lenticular cloud";
	myBody[2] = "mt rainier is famous for making its own weather. a lenticular cloud forms on the summit on a cloudless day.";

	myPix[3] = new Image();
	myPix[3].src = "img/mora04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_mora04.jpg";
	myText[3] = "burroughs trail";
	myBody[3] = "a great trail from the sunrise area has a great view.";

	myPix[4] = new Image();
	myPix[4].src = "img/mora05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_mora05.jpg";
	myText[4] = "dege peak sunrise";
	myBody[4] = "at 7008 feet, dege peak gives a great view from the sunrise area.";

	myPix[5] = new Image();
	myPix[5].src = "img/mora06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_mora06.jpg";
	myText[5] = "winter enterance";
	myBody[5] = "the north enterance is closed in winter. this is just a taste of some overnight snow.";

	myPix[6] = new Image();
	myPix[6].src = "img/mora07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_mora07.jpg";
	myText[6] = "reflection lake";
	myBody[6] = "on a clear calm day, you just might get lucky.";

	myPix[7] = new Image();
	myPix[7].src = "img/mora08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_mora08.jpg";
	myText[7] = "forest";
	myBody[7] = "the national park is filled with lush old growth forests.";

	myPix[8] = new Image();
	myPix[8].src = "img/mora09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_mora09.jpg";
	myText[8] = "mt rainier in winter";
	myBody[8] = "fresh snow as seen from the northeastern park boundry.";

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