function setImg(elId, pos) {
  if (document.getElementById(elId)) {
    document.getElementById(elId).style.backgroundPosition=pos;
  }
}