function presmeruj(s,page,kategory,str,limit)
  {
      top.location="index.php?" + s + "&" + page + "&" + kategory + "&" + str + "&" + limit;
  }

function FullRedirect(html)
  {
      top.location=html;
  }
  
function PresmerujSDotazem(linka,dotaz)
						{
                if (confirm(dotaz)) top.location=linka;
            }    

