var fDesc=new Array(); fDesc[1] = "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[2] = "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[3] = "program is absolutely free and does not contain any annoying ad banners."; fDesc[4] = "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[5] = "transferring files between your computer and a remote FTP server usually used for webmaster to control their website or for storing files Remotely ."; fDesc[6] = "versions of the same program, or other ftp programs. AceFTP Pro can integrate into external text viewers, editors and antivirus programs."; fDesc[7] = "and from any directory or folder of the FTP web site. The application can perform searches by browsing local and FTP sites, even off line"; fDesc[8] = "Traffic and Activity, enables users to control the Bandwith. It supports external programs, scripts and group management. Connection is controlled by IP based accelerator for access control and the results of making as good as possible IP, domain, and user FTP messaging."; fDesc[9] = "consisting of two side-by-side local computer and FTP server panels."; fDesc[10] = "consisting of two side-by-side local computer and FTP server panels."; fDesc[11] = "background transfers, shows file transfer progress and has a bookmarking feature. It also supports automatic resume of broken downloads/uploads."; fDesc[12] = "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[13] = "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[14] = "professional would expect from such a program, and more. FTP Commander Deluxe features modern security standards including SSL, SSH, PGP"; fDesc[15] = "with a special format) to an FTP server, and this includes the music file transfer too. PLEASE, BEWARE! there is an important bug, don't press the \"Add\" button! Instead, drag and drop files from Explorer."; 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 = '...'; } }