	myGallery = new Array();
	myGallery[0] = "gallery - kraków";
	myGallery[1] = "without question, kraków is the cultural heart of poland.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/krk01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_krk01.jpg";
	myText[0] = "rynek glowny and sukiennice";
	myBody[0] = "market square and cloth hall make up one of the largest medieval market squares in europe.";

	myPix[1] = new Image();
	myPix[1].src = "img/krk02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_krk02.jpg";
	myText[1] = "statue of poet adam mickiewicz";
	myBody[1] = "poet adam mickiewicz was the leader of the polish romanticism school and a patroit.";

	myPix[2] = new Image();
	myPix[2].src = "img/krk03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_krk03.jpg";
	myText[2] = "artist's wall, florian gate";
	myBody[2] = "paintings for sale hang from the 14th century defensive wall.";

	myPix[3] = new Image();
	myPix[3].src = "img/krk04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_krk04.jpg";
	myText[3] = "feeding the pigeons";
	myBody[3] = "a young girl finds many flying friends in the market square.";

	myPix[4] = new Image();
	myPix[4].src = "img/krk05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_krk05.jpg";
	myText[4] = "sukiennice";
	myBody[4] = "the cloth hall dates back to the middle ages and dominates the market square.";

	myPix[5] = new Image();
	myPix[5].src = "img/krk06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_krk06.jpg";
	myText[5] = "Kosciol Mariacki";
	myBody[5] = "on the hour, the hejnal, a beautiful but sad song, is trumpeted from the tower to commemorate a watchman's warning of a tartar raid.";

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