// JavaScript Document foto storia

function setImg(NomeImg)
			{
				document.images.img.src = "img/Grandi/" + NomeImg;
			}
