	myGallery = new Array();
	myGallery[0] = "gallery - rome";
	myGallery[1] = "rome, the eternal city.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/rome01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_rome01.jpg";
	myText[0] = "roman forum";
	myBody[0] = "the forum was the heart of the roman empire.";

	myPix[1] = new Image();
	myPix[1].src = "img/rome02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_rome02.jpg";
	myText[1] = "colossem";
	myBody[1] = "the greatest amphitheatre famous for gladitorial contests.";

	myPix[2] = new Image();
	myPix[2].src = "img/rome03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_rome03.jpg";
	myText[2] = "pantheon dome";
	myBody[2] = "the interior of the temple dedicated to all gods was regarded as perfect by renaissance artists.";

	myPix[3] = new Image();
	myPix[3].src = "img/rome04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_rome04.jpg";
	myText[3] = "apse mosaic, san clemente";
	myBody[3] = "triumph of the cross dates to the 12th century. the 12th century church is built on a 4th century church, and that is built on the roman temple of mithras.";

	myPix[4] = new Image();
	myPix[4].src = "img/rome05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_rome05.jpg";
	myText[4] = "fontana trevi";
	myBody[4] = "trevi fountain is rome's largest and greatest. toss a coin over your shoulder into the fountain and you will return to rome legend says.";

	myPix[5] = new Image();
	myPix[5].src = "img/rome06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_rome06.jpg";
	myText[5] = "fontana delle naiadi";
	myBody[5] = "the nymphs caused scandal when this fountain was unveiled.";

	myPix[6] = new Image();
	myPix[6].src = "img/rome07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_rome07.jpg";
	myText[6] = "swiss guard";
	myBody[6] = "keeping a watchful eye over piazza san pietro.";

	myPix[7] = new Image();
	myPix[7].src = "img/rome08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_rome08.jpg";
	myText[7] = "san pietro, dusk";
	myBody[7] = "st peter's basilica at sunset.";

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