function submitform()
{
  if ((document.vyhladaj.hladaj_box.value=='') || (document.vyhladaj.hladaj_box.value=='search'))
  {
    alert('Prosim zadajte hľadaný reťazec!');
    exit(0);
  }
  
  // document.prihlasenie.action=document.prihlasenie.target.value;
  document.vyhladaj.submit();
}
