function podswietl4 (n,m,s)
{
n.style.backgroundColor = "#666666";
n.style.color = "#000000";
m.style.color = "#FFFFFF";
window.status = menu[s];
}

function zgas4 (n,m)
{
n.style.backgroundColor = "#000000";
n.style.color = "#BBBBBB";
m.style.color = "#E00000";
window.status = '';
}



