var fDesc=new Array(); fDesc[0] = "Remote File Administration is a file transfer client application that allows you to automate your file transfer procedures.RFA has many uses:

Download files from the web (ftp or http) to your computer .
Transfer files from one server to another.
Rename files upon transfer.
Upload files from your computer to your server.
Autostart ability.
Allows for input of username and passwords
Schedule which days of the week to run."; 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 = ''; } }