	myGallery = new Array();
	myGallery[0] = "gallery - hawaii";
	myGallery[1] = "the aloha state";

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

	myPix[0] = new Image();
	myPix[0].src = "img/hi01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_hi01.jpg";
	myText[0] = "palani, waikiki aquarium";
	myBody[0] = "the hawaii reef exhibit at waikiki aquarium is home to many endemic hawaiian species such as the eye-stripe surgeonfish or palani.";

	myPix[1] = new Image();
	myPix[1].src = "img/hi02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_hi02.jpg";
	myText[1] = "anahoomalu bay, sunset";
	myBody[1] = "better known as 'A Bay', this beach is known for it picturesque palms.";

	myPix[2] = new Image();
	myPix[2].src = "img/hi03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_hi03.jpg";
	myText[2] = "bamboo orchid, halemaumau trail";
	myBody[2] = "raindrops form on a wild orchid in the kilauea caldera.";

	myPix[3] = new Image();
	myPix[3].src = "img/hi04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_hi04.jpg";
	myText[3] = "fern, kilauea caldera";
	myBody[3] = "a fern grows from a crack in the lava flow.";

	myPix[4] = new Image();
	myPix[4].src = "img/hi05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_hi05.jpg";
	myText[4] = "pele's offerings";
	myBody[4] = "the nene, or hawaiian goose, enjoys offerings of fruit left for pele, the goddess of fire.";

	myPix[5] = new Image();
	myPix[5].src = "img/hi06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_hi06.jpg";
	myText[5] = "white ginger, kilauea";
	myBody[5] = "this flower is abundant in the hawaiian rainforest that surrounds kilauea.";

	myPix[6] = new Image();
	myPix[6].src = "img/hi07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_hi07.jpg";
	myText[6] = "no parking";
	myBody[6] = "kilauea lava flows in february and march 2003 smothered this section of chain of craters road in hawaii volcanoes national park.";

	myPix[7] = new Image();
	myPix[7].src = "img/hi08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_hi08.jpg";
	myText[7] = "semi-willing subject";
	myBody[7] = "trying out underwater gear for the first time, this sea turtle let me take a few pictures.";

	myPix[8] = new Image();
	myPix[8].src = "img/hi09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_hi09.jpg";
	myText[8] = "butterfly fish";
	myBody[8] = "territorial reef fish that typically travels in pairs.";

	myPix[9] = new Image();
	myPix[9].src = "img/hi10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_hi10.jpg";
	myText[9] = "spotted puffer";
	myBody[9] = "patrols a favorite patch of coral.";

	myPix[10] = new Image();
	myPix[10].src = "img/hi11.jpg";
	mytPix[10] = new Image();
	mytPix[10].src = "img/t_hi11.jpg";
	myText[10] = "haleakala sunrise";
	myBody[10] = "catching first light at the 10,000 foot summit of haleakala volcano on maui.";

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