function accendi() {
document.getElementById(numpuls).src="imm/" + numpuls + "a.jpg"
}

function spengi() {
document.getElementById(numpuls).src="imm/" + numpuls + ".jpg"
}


function pulsacc() {
document.getElementById(numpuls2).style.background="#677787"
}

function pulsspe() {
document.getElementById(numpuls3).style.background="#d0d9e0"
}


colore = "#d0d9e0"
numeroisc = 1
stringa1 = "a"
stringa2 = "b"
function illuminautente() {
nomecompleto = stringa1 + numeroisc + stringa2
if (colore=="#d0d9e0") {
colore="white"
document.getElementById(nomecompleto).style.background=colore;
} else {
colore = "#d0d9e0"
document.getElementById(nomecompleto).style.background=colore;
numeroisc++
}
if (numeroisc==5) {
numeroisc=1
}
setTimeout("illuminautente()",700)
}
