function podswietl2 (n,s)
{
n.style.backgroundColor = "#C00000";
n.style.borderColor = "#C00000";
n.style.color = "#FFFFFF";
window.status = ops[s];
}

function zgas2 (n)
{
n.style.backgroundColor = "#000000";
n.style.borderColor = "#333333";
n.style.color = "#DDDDDD";
window.status = '';
}

function zgas21 (n)
{
n.style.backgroundColor = "#000000";
n.style.borderColor = "#700000";
n.style.color = "#DDDDDD";
window.status = '';
}


