function podswietl3 (n)
{
n.style.backgroundColor = "#666666";
window.status = "Powiększenie";
}

function zgas3 (n)
{
n.style.backgroundColor = "#000000";
window.status = '';
}



