	myGallery = new Array();
	myGallery[0] = "gallery - olympic";
	myGallery[1] = "olympic national park is a pristine wilderness comprised of peaks, rainforest and beaches.";
	
	myPix = new Array();
	mytPix = new Array ();	
	myText = new Array();
	myBody = new Array();
	
	myPix[0] = new Image();
	myPix[0].src = "img/olym01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_olym01.jpg";
	myText[0] = "sand point, sunset 1";
	myBody[0] = "low tide reveals the rocky beach at sunset at sand point.";

	myPix[1] = new Image();
	myPix[1].src = "img/olym02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_olym02.jpg";
	myText[1] = "sand point, sunset 2";
	myBody[1] = "another day, another interesting sunset as low tide reveals the rocky beach at sand point.";

	myPix[2] = new Image();
	myPix[2].src = "img/olym03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_olym03.jpg";
	myText[2] = "sand point, sunset 3";
	myBody[2] = "a totally overcast and dark day. only the horizon allowed the sun to sneak through.";

	myPix[3] = new Image();
	myPix[3].src = "img/olym04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_olym04.jpg";
	myText[3] = "ripple on the hoh";
	myBody[3] = "the hoh river cuts through the rainforest and dumps into the pacific.";

	myPix[4] = new Image();
	myPix[4].src = "img/olym05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_olym05.jpg";
	myText[4] = "resting harbor seal";
	myBody[4] = "the seals near sand point find rocks to rest on as the tide goes out.";

	myPix[5] = new Image();
	myPix[5].src = "img/olym06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_olym06.jpg";
	myText[5] = "starfish";
	myBody[5] = "third beach's tidal pools are home to hundreds of this orange color.";

	myPix[6] = new Image();
	myPix[6].src = "img/olym07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_olym07.jpg";
	myText[6] = "hoh rainforest runoff";
	myBody[6] = "the lush rainforest is fed by up to 200 inches of rain per year and hundreds of runoff streams like this one.";

	myPix[7] = new Image();
	myPix[7].src = "img/olym08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_olym08.jpg";
	myText[7] = "sol duc falls";
	myBody[7] = "the sol duc river is one of the few in the world in which fish spawn year round.";

	myPix[8] = new Image();
	myPix[8].src = "img/olym09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_olym09.jpg";
	myText[8] = "orca kill, harbor seal carcass";
	myBody[8] = "this dead seal was an interesting find. the day before, a transient pod of orcas was seen offshore, and clearly, got a hold of this one.";

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