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

