// JavaScript Document
function pozice(href){
  x = document.getElementById("staticpage").scrollLeft + 1;
  kam = href + "&posun=" + x;
  this.location.href = kam;
}

function posun(kam){
  document.getElementById("staticpage").scrollLeft = kam - 1;
}
