function onGuzik(id) {
document.getElementById(id).style.background='url(button1.gif)';
}

function offGuzik(id) {
document.getElementById(id).style.background='url(button.gif)';
}

function raczka() {
document.body.style.cursor = 'pointer';
}

function strzalka() {
document.body.style.cursor = 'default';
}