function showPhoto(sPhoto)
{
	oPhoto = new Image(360,270);
	oPhoto.src = "/img/photos/large/" + sPhoto;
	document.getElementById("photo_slug").src = oPhoto.src;
}