var fDesc=new Array(); fDesc[0] = "CryptoTerm package allows to obtain a uniform, unified and intuitive access to diversified system environments – starting from Windows, through Unix environments, up to the IBM mainframe systems. It guarantees unambiguous end–user authentication with the help of: certificates, public/private keys, PKCS#11 devices, NTLM and Kerberos protocols. The CryptoTerm provides safe, encrypted connections through: SSH, SSL and TLS protocols."; 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 = ''; } }