	myGallery = new Array();
	myGallery[0] = "gallery - arches national park";
	myGallery[1] = "arches national park is found within the red rock country of southern utah and contains literally thousands of natural sandstone arches.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/arch01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_arch01.jpg";
	myText[0] = "delicate arch cliffside, sunset";
	myBody[0] = "delicate arch and other red rock formations glow in the late day sun.";

	myPix[1] = new Image();
	myPix[1].src = "img/arch02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_arch02.jpg";
	myText[1] = "delicate arch, sunrise";
	myBody[1] = "first light illuminates delicate arch on a cold winter morning.";

	myPix[2] = new Image();
	myPix[2].src = "img/arch03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_arch03.jpg";
	myText[2] = "delicate arch";
	myBody[2] = "delicate arch has become a symbol of utah's red rock country.";

	myPix[3] = new Image();
	myPix[3].src = "img/arch04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_arch04.jpg";
	myText[3] = "balanced rock";
	myBody[3] = "erosion has caused many unique geologic formations in the high desert.";

	myPix[4] = new Image();
	myPix[4].src = "img/arch05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_arch05.jpg";
	myText[4] = "la sal mountains";
	myBody[4] = "the la sal's are utah's second highest mountain range rising above 12,000 feet.";

	myPix[5] = new Image();
	myPix[5].src = "img/arch06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_arch06.jpg";
	myText[5] = "ute petroglyphs";
	myBody[5] = "these petroglyphs are believed to be dated from 1650 to 1850. horses were adopted by the utes only after they were introduced by the spanish.";

	myPix[6] = new Image();
	myPix[6].src = "img/arch07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_arch07.jpg";
	myText[6] = "waiting for sunrise";
	myBody[6] = "delicate arch and the surrounding red rock covered in a thin blanket of snow before dawn.";

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