var fDesc=new Array(); fDesc[0] = "CommNet is a 32-bit Windows application that seamlessly integrates modem dial-up and Internet Telnet capabilities. CommNet supports high performance Zmodem file transfers with dial-up and Telnet sessions; and Ymodem-G with dial-up sessions. CommNet supports FTP during Telnet 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. CommNet offers a built-in Phonebook and expanded scripting and command-line options. A secure version of the software with SSH2 capabilities is also available."; 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 = ''; } }