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] = "option for you. This small and simple utility is actually a powerful tool that will let you to capture anything on your screen. You will be able to choose if you want to capture a specific region or full screen."; fDesc[4] = "This reliable utility gives the user the capability of updating and maintaining web sites through FTP (File Transfer Protocol). It is possible as well to upload and download files via SSL, TLS and SFTP, to and from FTP servers."; fDesc[5] = "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[6] = "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[7] = "program is absolutely free and does not contain any annoying ad banners."; fDesc[8] = "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[9] = ", portuguese, german and italian. TrueDownloader offers the primary features offered in any download manager: download basket, browser integration, scheduling, pause/resume and more."; fDesc[10] = "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[11] = "easy step. Free Zip Wizard can also run any program or setup file inside Zip files."; fDesc[12] = "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[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] = "offers \"install-and-forget\" operation and superior stability (it carries the \"Designed for Windows\" logo.)"; fDesc[15] = "Cute, you can connect to any FTP server, browse through directories and files, and resume transfer files."; 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 = '...'; } }