	myGallery = new Array();
	myGallery[0] = "gallery - london and britain";
	myGallery[1] = "london and the wiltshire countryside.";

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

	myPix[0] = new Image();
	myPix[0].src = "img/uk01.jpg";
	mytPix[0] = new Image();
	mytPix[0].src = "img/t_uk01.jpg";
	myText[0] = "westminster, sunset";
	myBody[0] = "better known as parliament and big ben, parts of the palace of westminster can be dated back to 1099. big ben was finished in 1858.";

	myPix[1] = new Image();
	myPix[1].src = "img/uk02.jpg";
	mytPix[1] = new Image();
	mytPix[1].src = "img/t_uk02.jpg";
	myText[1] = "churchill";
	myBody[1] = "statue of churchill keeps watchful eye over big ben.";

	myPix[2] = new Image();
	myPix[2].src = "img/uk03.jpg";
	mytPix[2] = new Image();
	mytPix[2].src = "img/t_uk03.jpg";
	myText[2] = "tower bridge, night";
	myBody[2] = "easily london's most impressive bridge. it dates back only to 1894.";

	myPix[3] = new Image();
	myPix[3].src = "img/uk04.jpg";
	mytPix[3] = new Image();
	mytPix[3].src = "img/t_uk04.jpg";
	myText[3] = "eros, picadilly";
	myBody[3] = "statue of eros at picadilly circus is one of london's most famous landmarks.";

	myPix[4] = new Image();
	myPix[4].src = "img/uk05.jpg";
	mytPix[4] = new Image();
	mytPix[4].src = "img/t_uk05.jpg";
	myText[4] = "avebury, wiltshire";
	myBody[4] = "the quaint village of avebury is surrounded by an enourmous neolithic stone circle.";

	myPix[5] = new Image();
	myPix[5].src = "img/uk06.jpg";
	mytPix[5] = new Image();
	mytPix[5].src = "img/t_uk06.jpg";
	myText[5] = "stonehenge";
	myBody[5] = "sarsens stand testament to prehistoric accomplishments. also this is one of my best sellers on fotolia.";

	myPix[6] = new Image();
	myPix[6].src = "img/uk07.jpg";
	mytPix[6] = new Image();
	mytPix[6].src = "img/t_uk07.jpg";
	myText[6] = "white horse, alton barnes, wiltshire";
	myBody[6] = "chalk horse carvings in wiltshire date back to prehistoric times. the alton barnes horse, however, only goes back to the mid-19th century.";

	myPix[7] = new Image();
	myPix[7].src = "img/uk08.jpg";
	mytPix[7] = new Image();
	mytPix[7].src = "img/t_uk08.jpg";
	myText[7] = "bath postcard";
	myBody[7] = "a postcard in the gift shop lead me to this composition.";

	myPix[8] = new Image();
	myPix[8].src = "img/uk09.jpg";
	mytPix[8] = new Image();
	mytPix[8].src = "img/t_uk09.jpg";
	myText[8] = "big ben, sunset";
	myBody[8] = "a clear autumn night from the westminster bridge.";

	myPix[9] = new Image();
	myPix[9].src = "img/uk10.jpg";
	mytPix[9] = new Image();
	mytPix[9].src = "img/t_uk10.jpg";
	myText[9] = "abbey road graffiti, 2002";
	myBody[9] = "fans leave their mark outside of abbey road studios.";

	myPix[10] = new Image();
	myPix[10].src = "img/uk11.jpg";
	mytPix[10] = new Image();
	mytPix[10].src = "img/t_uk11.jpg";
	myText[10] = "abbey road";
	myBody[10] = "street sign near abbey road studios.";

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