function test ()
{
if (document.hladaj.search.value == "")
   {
    alert("Musíte zadať text ktorý chcete vyhľadať.");
    document.hladaj.search.focus();
    return false;
   }
else if (document.hladaj.search.value.length<3)
   {
    alert("Hľadaný text musí mať minimálne 3 znaky");
    document.hladaj.search.focus();
    return false;
   }
}
var bookmarkurl="http://www.87zbor.host.sk"
var bookmarktitle="87zbor.host.sk"

function addbookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
function test1()
{
 if (document.hladaj.search.value == 'hľadaný text')
 {
 document.hladaj.search.value='';
 }
}

function test2()
{
 if (document.hladaj.search.value == '')
  {
  document.hladaj.search.value='hľadaný text';
  }
}
function obrazok(path,ewidth,eheight)
{
PicWindow=window.open('', '', 'left='+(screen.width-ewidth)/2+', top='+(screen.height-eheight)/2+', fullscreen=no, toolbar=no, status=no, scrollbars=no, location=no, menubar=no, directories=no, width='+ewidth+', height='+eheight+'');
PicWindow.document.write('<BODY bgcolor="#ffffff" marginwidth=0 marginheight=0 leftmargin=0 topmargin=0><a href="JavaScript:close();"><img src="'+path+'" border=0 width='+ewidth+' height='+eheight+'></a></body>')
}