function image_on(id) {
document.body.style.cursor='pointer';
if (id == 1) {
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_on.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_off.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_off.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_off.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_off.gif)";
     }
if (id == 2) {
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_off.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_on.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_off.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_off.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_off.gif)";
     }
if (id == 3) {
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_off.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_off.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_on.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_off.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_off.gif)";
     }
if (id == 4) {
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_off.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_off.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_off.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_on.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_off.gif)";
     }
if (id == 5) {
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_off.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_off.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_off.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_off.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_on.gif)";
     }
}
function image_off(id) {
document.body.style.cursor='auto';
     document.getElementById("gotowka").style.background = "url(img/gotowkowy_off.gif)";
     document.getElementById("samochod").style.background = "url(img/samochodowy_off.gif)";
     document.getElementById("hipoteczny").style.background = "url(img/hipoteczny_off.gif)";
     document.getElementById("konsolidacyjny").style.background = "url(img/konsolidacyjny_on.gif)";
     document.getElementById("kredyty").style.background = "url(img/kredyty_off.gif)";
}
function golink(id) {
if (id == 1) window.location = 'http://www.kredyty.pl/gotowkowe/';
if (id == 2) window.location = 'http://www.kredyty.pl/samochodowy/';
if (id == 3) window.location = 'http://www.kredyty.pl/hipoteczne/';
if (id == 4) window.location = 'http://www.kredyty.pl/konsolidacyjne/';
if (id == 5) window.location = 'http://www.kredyty.pl/';
}
