function liga(elID,cor) {

eval(elID+".style.backgroundColor='"+cor+"'");
}

function desliga(elID,cor) {

eval(elID+".style.backgroundColor='"+cor+"'");
}

