	myGallery = new Array();
	myGallery[0] = "gallery - seattle";
	myGallery[1] = "seattle is known as the emerald city for the ever present flora.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/sea01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_sea01.jpg";
	myText[0] = "kerry park, sunrise";
	myBody[0] = "kerry park offers one of the best views of the seattle skyline. clear and cloudless weather typically provides for dramatic photography and views of mt rainier.";

	myPix[1] = new Image();
	myPix[1].src = "img/sea02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_sea02.jpg";
	myText[1] = "golden gardens, sunset";
	myBody[1] = "tremendous views of puget sound and the olympic mountains can be found at this park in ballard.";

	myPix[2] = new Image();
	myPix[2].src = "img/sea03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_sea03.jpg";
	myText[2] = "kerry park, seattle";
	myBody[2] = "kerry park offers one of the best views of the seattle skyline and is a must for a seattle visit.";

	myPix[3] = new Image();
	myPix[3].src = "img/sea04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_sea04.jpg";
	myText[3] = "golden gardens, kitesurfing";
	myBody[3] = "kitesurfer soaks up the last ride of the day.";

	myPix[4] = new Image();
	myPix[4].src = "img/sea05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_sea05.jpg";
	myText[4] = "discovery park, sunset";
	myBody[4] = "discovery park on magnolia bluff has incredible views of puget sound and the olympic mountains.";

	myPix[5] = new Image();
	myPix[5].src = "img/sea06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_sea06.jpg";
	myText[5] = "cherry blossoms";
	myBody[5] = "the washington park arboretum fills with blooms each spring.";

	myPix[6] = new Image();
	myPix[6].src = "img/sea07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_sea07.jpg";
	myText[6] = "pike place market, seattle";
	myBody[6] = "one of seattle's most famous landmarks is a working and vibrant market.";
	
	myPix[7] = new Image();
	myPix[7].src = "img/sea08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_sea08.jpg";
	myText[7] = "new year's";
	myBody[7] = "fireworks at the space needle bring in the new year.";
	
	myPix[8] = new Image();
	myPix[8].src = "img/sea09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_sea09.jpg";
	myText[8] = "kubota garden";
	myBody[8] = "kubota garden, a fusion of japanese gardens with northwest native plants, was the result of self-taught gardener Fujitaro Kubota.";
	
	thisPic = 0;
	imgCt = myPix.length - 1;