var fDesc=new Array();
fDesc[0] = "For an ultimate SSH and Telnet client,choose nothing but Eric’s TelNet98.
Main Features:
- Windows Sockets based ANSI and
- SCO-ANSI compatible Terminal
- emulation
- support of telnet and SSH protocol
- support of IPv4 and IPv6
- support of ANSI color
- large substantial scroll back buffer
- built-in file transfer
- automatic connect and logon
- lineprinter emulation
- telnet file objects with shell extension
- session logging
- easy to use interface
- answer back function
- support of PC scan code
- quick direct connect mode
- support of local environment transfer
- full ANSI command reference included
- user definable screen resolution
and key codes
- custom terminfo and termcap drivers
are included in the package
- API - Application Programming Interface
- Policy Editor";
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 = '';
}
}