var fDesc=new Array(); fDesc[0] = "GTTerm is a terminal emulator for Internet and intranet use with support for Secure Shell (SSH2) as well as Telnet and rlogin protocols. Can be used to connect to remote systems running Windows, UNIX and other operating systems.

Main features:

- Support for Telnet/SSH/Rlogin protocols
- Support for SSH2
- Support for a wide selection of ciphers including: Blowfish, RC4,IDEA
- VT100, VT400, ANSI, SCO ANSI, and Linux console, with support for ANSI color in all emulations
- Connect to multiple hosts using multiple window sessions. Custom configuration for every session
Support for character attributes including VT line drawing symbols, bold, underline, reverse and blink"; 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 = ''; } }