var fDesc=new Array(); fDesc[0] = "Ftp.dll is FTP component and FTPS component for .NET framework. This program allows you to transfer files from your application using FTP and FTPS (also known as FTP over SSL/TLS) protocols. Ftp.dll FTP component is written entirely in managed code and works with Mono and .NET 2.0, 3.0, 3.5 and 4.0. With this program you can upload and download to or from memory or disk, read from and write to remote files on the fly, create and delete files and folders, upload, download or delete files using file (*.txt) or regex patterns."; 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 = ''; } }