// JavaScript Document
//gallerie 
function Show(img,titolo){	
document.getElementById("bigImg").src=img;

/*t = document.getElementById("testoZoom");
if(t.hasChildNodes()) t.removeChild(t.lastChild);
	t.appendChild(document.createTextNode(testo));  

t = document.getElementById("titoloZoom");
if(t.hasChildNodes())t.removeChild(t.lastChild);
t.appendChild(document.createTextNode(titolo));  
  */
}

