
function cambia_sfondo()
{
  document.getElementById("container").style.backgroundImage = "url(img/sf_sfumato.jpg)"; 
}
