var fDesc=new Array(); fDesc[0] = "Mocha W32 Telnet is a Windows 95/98/2000/XP application. It makes it possible to connect to a host via TCP/IP with the Telnet or SSH1/2 protocol and emulate a VT220 terminal.


Main Features:

- Supports VT100/VT220 emulation
- Small and fast. The package is only 204 K
- SSH-1 and SSH-2 (Secure Shell). Port forwarding and RSA authentication are not supported
- Encryption with DES , 3-DES or BlowFish
- Scroll Bar (as Xterm)
- User defined functions keys
- Extended character mapping
- Screen mode 24*80 or 24*132
- Hardcopy of screen
- Mail support
- Functions keys F1-F20 is part of the Toolbar
- Autologin with scripting parameter
- Proxy login
- Many trim parameters
- Online Help
- Free upgrades to new versions of the product
- Installation/Uninstallation programs"; 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 = ''; } }