function ChangeImage(galleryLocation, photoName)
{
	document.getElementById('photo').style.background = "#000 url('i/" + galleryLocation + "/lg/" + photoName + ".jpg') no-repeat top center";
}
