var fDesc=new Array();
fDesc[0] = "Chilkat FTP2 ActiveX is a vital component for your development process.
Features:
-FTP files directly from your application in synchronous or asynchronous mode.
-Support for FTPS - FTP over SSL 3.0 and TLS 1.0
-Supports both Explicit and Implicit SSL/TLS
-Resume (restart) FTP uploads and downloads
-Automatically handles One-Time Password (OTP), also known as S/KEY authentication.
-All popular FTP servers and proxies are supported.
-Supports international filenames in all major languages
-Upload and download to or from in-memory strings or byte arrays.";
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 = '';
}
}