var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[2] = "advanced users. The program features a simple and intuitive Explorer style interface that shows the local and remote folders in a clear way and allows you to customize them the way your want."; fDesc[3] = "Web and from FTP sites. The application uses the maximum available speed for the downloads and multi-channels technology. The 'Express' appellative surname tryies to show the download high speed meaning that the application offers a download time as low as possible."; fDesc[4] = "and all other basic features needed for uploading/downloading from a remote FTP server . The program's layout is very simple and easy to deal with ."; fDesc[5] = "all your FTP Servers settings in one place. This incredible program supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode."; fDesc[6] = "upload files to FTP folders. AceFTP uses state of the art authentication techniques and provides the maximum possible security for your data transfers. AceFTP makes easy to drag and drop files to and from your website."; fDesc[7] = "options like firewall settings, user/group controls, statistics, bandwidth control, ratio, concurrent connections, remote control and others. The server can be run as a service (for NT) and comes with a full detailed help manual."; fDesc[8] = "or anyone that transfer files on the Internet. Whether if you are publishing a Web page, downloading digital images, music and software, this FTP client will get your job done quickly and easily, even if you are a newbie."; fDesc[9] = "easy step. Free Zip Wizard can also run any program or setup file inside Zip files."; fDesc[10] = "regular browser, can perform site to site transfers, user can edit files at both ends of the connection, it supports firewall, etc. The included Site Manager window allows the user to set the site name, host IP address, user name, password, etc."; fDesc[11] = "uploading and downloading files both ways between the user PC and a remote FTP server. The user can manage files and folders can be renamed, deleted, moved or edited, all from the application main window and a few mouse clicks."; fDesc[12] = "programs: An FTP Helper and a Download Helper. The FTP Helper application allows the user to select the mode of transferring files: Ascii, Binary or Auto modes."; fDesc[13] = "performs multithread transfers and can transfer whole folders. User interface is similar to MS IExplorer for making easy the operations. It also includes a site manager, custom FTP commands for command line operation, and also proxy support."; fDesc[14] = "between user PC and an FTP site on the web. The application is useful for web sites maintenance and publishing, uploading files, images, music, etc., for sharing files with coleagues, as well as for backing up files and documents into the web."; fDesc[15] = "FTP. This utility allows to transfer files securely and can be set up to transfer files via FTPS. The GUI is very easy and friendly to the user. It requires .NET Framework 1.x, 2.0, or 3.5 to install and work. It works on Windows XP/Vista/Server 2000/ Server 2003 platforms."; 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 = '...'; } }