var fDesc=new Array(); fDesc[0] = "FTP Rush is the most powerful and free FTP/FXP/SFTP/TFTP client sofware for Windows 2000/XP/2003/Vista/Win7. It is designed to fit any transfer need, it allows you to quickly upload or download files in all directions: from FTP Server to local, local to FTP Server or FTP Server to FTP Server. The client supports secure transfer including SSH and TFTP and it is really easy-to-use, Also FTP Rush takes into account all peculiarities of internet file transfer and management by presenting a great choice of features, creating comfortable working experience.
Skilled users and IT specialists can take advantage of the built-in Script Designer and Command Designer. A few lines of code will help you teach the FTP Rush to execute lots of routine work automatically. This feature allows you to reach spectacular efficiency in no time. Another advantage is the support of synchronize folders, so the client can look after the identity of folders and contained files in upload and download directory. Identification of files that have been modified, added or deleted since the last update will no longer be a problem."; 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 = ''; } }