function over(id){
        document.getElementById(id).style.backgroundImage="url('./images/doska_with_podsvetka.jpg')";
        }
function out(id){
         document.getElementById(id).style.backgroundImage="url('')";
        }