var fDesc=new Array();
fDesc[0] = "It helps you to easily integrate Secure Shell (Telnet) security into your Internet applications. The Ultimate Telnet Shell Component includes Telnet-enabled client communications components supporting strong encryption and advanced cryptography.
It offers the following features:
* Remotely execute commands on an Telnet server
* Open a shell connection to an Telnet server
* Terminal Control for Windows applications
* Virtual Terminal class
* Terminal Control with highly-customizable appearance
* Capture screen, get and update cell
* Authenticate securely with NTLM, and Kerberos methods
* Fully tested with many Telnet servers such as Bitvise, OpenTelnet, GlobalScape, etc.";
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 = '';
}
}