
function ChangeColor(ident, backgrd) {
document.getElementById(ident).style.backgroundColor = backgrd;

}