
num=1
nomepuls=""

function headon() {
num++
document.getElementById("head").src="imm/head/head" + num + ".jpg"
if (num==13) {
num=0
}
setTimeout("headon()",130)
}


function accendipuls() {
document.getElementById("c" + nomepuls).src="imm/b" + nomepuls + ".gif"

}

function spengipuls() {
document.getElementById("c" + nomepuls).src="imm/a" + nomepuls + ".gif"
}