// JavaScript Document

function loadfoto(nome_foto,dida) {
	//alert(nome_foto);
	document.getElementById("foto_principale").src = nome_foto;
	document.getElementById("blocco_dida").replaceChild(document.createTextNode(String(dida)),document.getElementById("blocco_dida").firstChild);
	history.pop();
	}

