	myGallery = new Array();
	myGallery[0] = "gallery - paris";
	myGallery[1] = "the city of light.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/paris01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_paris01.jpg";
	myText[0] = "eiffel tower, sunrise";
	myBody[0] = "the eiffel tower glows burnt red in the early morning sun.";

	myPix[1] = new Image();
	myPix[1].src = "img/paris02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_paris02.jpg";
	myText[1] = "le pensevr";
	myBody[1] = "the thinker dominates the musée rodin.";

	myPix[2] = new Image();
	myPix[2].src = "img/paris03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_paris03.jpg";
	myText[2] = "le pensevr, detail";
	myBody[2] = "the thinker dominates the musée rodin.";

	myPix[3] = new Image();
	myPix[3].src = "img/paris04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_paris04.jpg";
	myText[3] = "arc de triomphe, dusk";
	myBody[3] = "the arc de triomphe towers over of the champs-élysées.";

	myPix[4] = new Image();
	myPix[4].src = "img/paris05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_paris05.jpg";
	myText[4] = "eiffel tower via passy";
	myBody[4] = "the passy district is famous for maison de balzac, musée marmottan and the views of the eiffel tower.";

	myPix[5] = new Image();
	myPix[5].src = "img/paris06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_paris06.jpg";
	myText[5] = "le metro, paris";
	myBody[5] = "the metro and it's attractive signs are found throughout paris.";

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