var fDesc=new Array(); fDesc[1] = "The connections it offers are stable with almost no disconnections. It supports all the Cisco VPN infrastructure and its hard to go wrong with this client."; fDesc[2] = "and robust program that you can always count on to get your job done quickly and efficiently. There are many, many features available in FlashFXP. Here are just a few of them: Local and Site to Site File transfers. FlashFXP allows you to transfer files from any FTP server directly to your local hard drive, or transfer files between two ftp sites (Site-to-Site transfers), giving you total control over any situation. FTP Proxy, HTTP Proxy, Socks 4 & 5 support. FlashFXP can handle thousands of connection types. If you are behind a firewall, proxy or gateway, no need to worry, as FlashFXP can be configured to support almost any network configuration. Full Featured User Interface with Drag & Drop Support. FlashFXP has an intuitive and full featured user interface, allowing you to do all the common tasks with just a few clicks. It also support full drag & drop, so you can transfer files..."; fDesc[3] = "remote images, and watch how CuteFTP Pro accelerates your file transfers, this professional version comes with an advanced security protection to ensure the easy transfer of your top secret files!"; fDesc[4] = "not been tampered with during shipment. It is a tool for network administrators, not too easy to drive, but safe and effective."; fDesc[5] = "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[6] = "general-purpose cryptography library, for data integrity, authenticity, and privacy security features. Perl or Cygwin needed for Win32 compile."; fDesc[7] = "can be attacked by any type of malicious software, like viruses, adware, worms, rootkits and many more. That is why it is very important to have a reliable tool for protecting your computer. AntiLogger is an application that was developed for becoming such a tool."; fDesc[8] = "throttling, anti-leeching, anti-hacking, and features an intuitive multilingual remote web management interface."; fDesc[9] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well."; fDesc[10] = "passwords like that of e-mails, FTP, HTTP, IP address, websites visited, uploaded or downloaded files and more. The application safely bypasses the traffic interception and analyses connections on corporate, ISP as well as country level firewall."; fDesc[11] = "computer and one of the Steganos VPN servers, in a way that all your activities on the Internet are carried out through that tunnel. This tunnel encrypts all the information that runs through it by using an SSL connection which protects the information from being eavesdropped."; fDesc[12] = "files, Is required username and password for the access, has the possibility for prohibit the access automatically if you broke any rule."; fDesc[13] = "facility. The Secure FTP application can be run in FTP mode (plain text data) over SSL or FTPS sites, with encrypted connections using the 256-bit AES standards, for secure data transfers."; fDesc[14] = "E-Channel, the SSL G-Master Buss Compressor, the SSL G-Equalizer, and the SSL G-Channel, all based on the original SSL 4000 console series."; fDesc[15] = "ActiveX controls you will be able to make the most out of the Internet and work using your maximum capacity. One advantage of this package of tools is that it is easy to use."; 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 = '...'; } }