<!--
function hlpole(txt)
{
var t = txt;
if (document.hledat.text.value==t)
{
document.hledat.text.value = '';
}
}
//-->


