// JavaScript Document
function changeImg(x)
{
	document.getElementById('imageLG').src = "images/atTheGallery/img" + x + ".jpg";
}