	myGallery = new Array();
	myGallery[0] = "gallery - istanbul";
	myGallery[1] = "one of the great ancient cities of the world at the crossroads of east and west.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/tk01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_tk01.jpg";
	myText[0] = "blue mosque, sunrise";
	myBody[0] = "overlooking the marmara and the enterance to the bosphorus, the blue mosque welcomes the morning.";

	myPix[1] = new Image();
	myPix[1].src = "img/tk02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_tk02.jpg";
	myText[1] = "aya sofya";
	myBody[1] = "completed in 537 by justinian, it was once the largest church in the world.";

	myPix[2] = new Image();
	myPix[2].src = "img/tk03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_tk03.jpg";
	myText[2] = "the blue mosque from aya sofya";
	myBody[2] = "an open window in the gallery provided this unique view.";

	myPix[3] = new Image();
	myPix[3].src = "img/tk04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_tk04.jpg";
	myText[3] = "the Deesis mosiac, aya sofya";
	myBody[3] = "this impressive mosaic dates from the early 14th century.";

	myPix[4] = new Image();
	myPix[4].src = "img/tk05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_tk05.jpg";
	myText[4] = "Madonna and Child";
	myBody[4] = "have welcomed worshipers since the 10th century.";

	myPix[5] = new Image();
	myPix[5].src = "img/tk06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_tk06.jpg";
	myText[5] = "sunken cistern";
	myBody[5] = "the largest byzantine cistern was capable of holding 80,000 cubic meters.";

	myPix[6] = new Image();
	myPix[6].src = "img/tk07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_tk07.jpg";
	myText[6] = "imperial tombs, sunset";
	myBody[6] = "the resting place of sultans.";

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