function podswietl1 (n,s)
{
n.style.backgroundColor = "#666666";
n.style.color = "#000000";
window.status = opis[s];
}

function zgas1 (n)
{
n.style.backgroundColor = "#000000";
n.style.color = "#BBBBBB";
window.status = '';
}

function podswietl12 (n,s)
{
n.style.backgroundColor = "#666666";
n.style.borderColor = "#666666";
n.style.color = "#000000";
window.status = opis[s];
}

function zgas12 (n)
{
n.style.backgroundColor = "#000000";
n.style.borderColor = "#333333";
n.style.color = "#DDDDDD";
window.status = '';
}

function podswietl13 (n,s,t)
{
n.style.backgroundColor = "#666666";
n.style.borderColor = "#666666";
n.style.color = "#000000";
window.status = opis[s];
document.images.foto.src = mapy[t].src;
}

function zgas13 (n)
{
n.style.backgroundColor = "#000000";
n.style.borderColor = "#333333";
n.style.color = "#DDDDDD";
window.status = '';
document.images.foto.src = "../../Obrazy/Projekty/Mapy/swiat.gif";
}
