function ChangeMainPhoto(thumb)
{
	document.getElementById('mainPhoto').src = thumb.name;
}