

function ChangePhoto(pahtPhoto)
{
	document.getElementById("mainPhoto").src = pahtPhoto;
}

