function posun_pozadi(id,sirka) {
  document.getElementById(id).style.backgroundPosition= sirka + 'px ' + '21px';
}
