function menu(sender,posun) {
  sender.style.backgroundPosition=posun+'px';
}

function menu1(senderid,posun) {
  alert(senderid);
  document.getElementById(senderid).style.backgroundPosition=posun+'px';
}
