	myGallery = new Array();
	myGallery[0] = "gallery - pacific northwest";
	myGallery[1] = "from the cascades to the olympics, the pacific northwest is one of the jewels of north america.";
	
	myPix = new Array();
	mytPix = new Array ();	
	myText = new Array();
	myBody = new Array();

	myPix[0] = new Image();
	myPix[0].src = "img/pnw01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_pnw01.jpg";
	myText[0] = "mt st helens summit, 2002";
	myBody[0] = "the summit of mt st helens reveals the vast crater from the 1980 eruption. mt rainier can be seen in the distance.";

	myPix[1] = new Image();
	myPix[1].src = "img/pnw02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_pnw02.jpg";
	myText[1] = "mt st helens summit, 2004";
	myBody[1] = "the lava dome grew and would erupt just months after this photo. mt rainier can be seen in the distance.";

	myPix[2] = new Image();
	myPix[2].src = "img/pnw03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_pnw03.jpg";
	myText[2] = "mt st helens trail";
	myBody[2] = "a climb of 6,000 feet from this point to the summit.";

	myPix[3] = new Image();
	myPix[3].src = "img/pnw04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_pnw04.jpg";
	myText[3] = "tulips, mount vernon";
	myBody[3] = "a lone yellow tulip grows among an acre of red during mount vernon's annual tulip festival.";

	myPix[4] = new Image();
	myPix[4].src = "img/pnw05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_pnw05.jpg";
	myText[4] = "tulips, mount vernon";
	myBody[4] = "an acre of pink fills the frame.";

	myPix[5] = new Image();
	myPix[5].src = "img/pnw06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_pnw06.jpg";
	myText[5] = "deadhead tulips, mount vernon";
	myBody[5] = "tulips are deadheaded to stimulate blub growth.";

	myPix[6] = new Image();
	myPix[6].src = "img/pnw07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_pnw07.jpg";
	myText[6] = "orca, haro straight";
	myBody[6] = "the puget sound is home to a resident orca pod often found in the haro straight.";

	myPix[7] = new Image();
	myPix[7].src = "img/pnw08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_pnw08.jpg";
	myText[7] = "harbor seals";
	myBody[7] = "harbor seals resting on sandbar on the oregon coast.";

	myPix[8] = new Image();
	myPix[8].src = "img/pnw09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_pnw09.jpg";
	myText[8] = "sourdough mountain lookout";
	myBody[8] = "this historic lookout in north cascades national park was home to poet gary snyder in the summer of 1953.";

	myPix[9] = new Image();
	myPix[9].src = "img/pnw10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_pnw10.jpg";
	myText[9] = "liberty bell";
	myBody[9] = "north cascades national park is almost pure wilderness. the north cascades highway, only open in summer, offers an incredible views of liberty bell.";

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