var fDesc=new Array(); fDesc[0] = "Kerio Administration Console allows administrators to quickly configure firewall policies through the new cross-browser Web Administration interface.
The Kerio Administration Console application is used for administration of Kerio Technologies' server products (Kerio WinRoute Firewall and Kerio MailServer).
Administration Console enables single connections to the server (login data are not saved) as well as creating of so called bookmarks (login information is saved and used for following connections by certain servers). The saved bookmarks may be protected by a password to avoid their misuse."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }