function podswietl (n)
{
n.style.backgroundColor = "#b69570";
n.style.color = "#000000";
}

function zgas (n)
{
n.style.backgroundColor = "transparent";
n.style.color = "#f4eb9b";
}

