var fDesc=new Array(); fDesc[0] = "Robust FTP is a Windows-based file transfer client application that transfers files between a user’s local PC and another, remote computer system connected via a modem and telephone lines or by a local-area network.

Robust Download Manager plugs into your web browser and extends your file-downloading power by resuming broken downloads and offering easy error recovery for both ftp and http links.
With Robust Download Manager you can segment the large files into smaller segments to accelerate the downloading process."; 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 = ''; } }