// Colori
function colori(n)
{
	document.getElementById('img').src = "i/"+ n +".jpg"
}


