var fDesc=new Array(); fDesc[1] = "application's operation is really simple. You install it, go to settings, and tell it the details of the FTP connection that you want to add. Then, NetDrive will make sure that a new drive letter is added to the list of drives on your computer."; fDesc[2] = "and down loading files to and from the user PC and FTP servers. The user interface enables the user to 'surf' FTP servers as easy as navigating with Microsoft Internet Explorer. It includes a URL address bar for downloading from FTP and HTTP sites."; fDesc[3] = "to use and features intuitive wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[4] = "Windows Explorer. WinNc uses the same key shortcuts and the same mouse functionality as a well known filemanager for DOS called Norton Commander."; fDesc[5] = "wizards, automatic backups, data compression, strong military AES encryption and FTP support."; fDesc[7] = "servers."; fDesc[8] = "files between user PC and FTP sites. The program includes drag and drop facility for selecting the files to transfer in both ends of the connection (user PC and FTP site). It manages files up at the FTP site and the local drives: rename, delete, copy and paste, move, create folders, etc."; fDesc[9] = "can save and arrange your favorite FTP servers' URLS and login details. The interface is simple and easy to use. The program supports only session at a time."; fDesc[10] = "support for drag and drop files into the queue and upload and download all the options and profits of a professional client. Remember this version only works on X64 processors or those that have both instructions such as Intel Core and Core 2 Solo / Duo Processors"; fDesc[11] = "and password and select the files to send. Uploader! includes a drag and drop interface. After you have your settings fille"; fDesc[12] = "the user configurable function keys, Nico’s Commander is a capable application that can do lots of other operations like file management and archive management."; fDesc[13] = "Copy, Auto FTP, Auto Email, Thumbnailer, Create HTML, Auto ZIP/Unzip, Start your own script."; fDesc[14] = "browse their files. You can copy files from an FTP Site to your computer. You can copy files from your computer to an FTP Site."; fDesc[15] = "of the only ftp clients to combine online editing and builtin previewing of files directly on the ftp site."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }