function showHome(photo)
{
	document.getElementById("imgHome").src = "img/"+photo+".jpg";
}
