// JavaScript Document
function add_dot()
{
  document.getElementById('for_onunload').firstChild.nextSibling.nextSibling.data=document.getElementById('for_onunload').firstChild.nextSibling.nextSibling.data+' .';
  if (add_dot_recursion<5) setTimeout("add_dot()", 200);
  document.add_dot_recursion++;
}

function for_onunload_func()
{
  if (document.getElementById('sorting')) {document.getElementById('sorting').style.display='none';}
  if (document.getElementById('for_onunload').firstChild.data.length < 10)
  {
    document.getElementById('for_onunload').firstChild.data='Loading, please wait';
  }
  document.getElementById('for_onunload').style.top = document.body.scrollTop;
  document.getElementById('for_onunload').style.display='block';
  setTimeout("add_dot()", 1000);
  return 1;
}
function addSearchEngine() {
  if ((typeof window.sidebar == "object") && 
      (typeof window.sidebar.addSearchEngine == "function")) {

    window.sidebar.addSearchEngine(
      "http://www.bike-eshop.cz/bikeeshop.src",
      "http://www.bike-eshop.cz/bikeeshop.gif",
      "Bike-eshop.cz - eshop se sportovním vybavením",
      "Mozilla");

  } else
    alert("Váš prohlížeč nepodporuje tuto funkci. Zkuste Mozillu nebo Firefox.");

}

