
function cambia(id_cella, colore){
id_cella.style.backgroundColor=colore;
}
