 function khrat (that, tager) {
   if ((hrat=document.getElementById(tager))!=null) {
     if (hrat.style.display=="block") {
	that.innerText="Komentář a doporučení společnosti HRAT - Zobrazit";
	hrat.style.visibility="hidden";
	hrat.style.display="none";
     } else {
	that.innerText="Komentář a doporučení společnosti HRAT - Skrýt";
	hrat.style.visibility="visible";
	hrat.style.display="block";
     }
   }
 }

