var fDesc=new Array(); fDesc[0] = "Secure CommNet is a secure 32-bit Windows application that seamlessly integrates modem dial-up, Internet Telnet and SSH2 capabilities. Secure CommNet supports high performance Zmodem file transfers with dial-up, Telnet and SSH2; and Ymodem-G with dial-up sessions. For SSH2 connections, Secure CommNet offers TCP/IP port forwarding and supports the following encryption algorithms: AES256, Twofish, Blowfish, Triple-DES, Arcfour and Cast-128. Secure CommNet supports FTP during Telnet and SSH2 sessions; and TTY, VT100, VT220, PC ANSI and SCO ANSI terminal emulations. A unique Telnet Host Mode Server allows other Telnet clients to connect to the user's system for chat and file transfer operations. Secure CommNet offers a built-in Phonebook and expanded scripting and command-line options."; 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 = ''; } }