// JavaScript Document
function hlavneMenuHover(id,st) {
  document.getElementById('tlacitkoHlavne'+id).style.backgroundPosition = "0px -"+(st*29)+"px";
}
function titulneMenuHover(id,st) {
  document.getElementById('ttm'+id).style.backgroundPosition = "-"+(st*76)+"px 0px";
}     
function zmenseninyHover(id,st) {
  document.getElementById('thumb'+id).style.backgroundPosition = "0px -"+(st*165)+"px";
} 
function zmenseninyMensieHover(id,st) {
  document.getElementById('doplnokThumb'+id).style.backgroundPosition = "0px -"+(st*85)+"px";
}                           
