function changeBGImage(image){
document.getElementById('contenitore').style.backgroundImage="url('"+image+"')";
}


