function zmienMenuBlink(id) {   
  document.getElementById(id).style.backgroundImage= "url('img/menuTopBlink.jpg')"; 
};
    
function zmienMenuNormal(id) {    
  document.getElementById(id).style.backgroundImage= "url('')";
};


function podmienTop(id)
{
  document.getElementById('top').style.backgroundImage = "url('img/top"+id+".jpg')"
}

