var fDesc=new Array(); fDesc[0] = "AceFTP Freeware is a completely free FTP client for Windows. It is fast and reliable FTP client that allows to easily view, download and 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. It supports multiple server profiles, resumes broken uploads and downloads, and can transfer files in binary, ASCII, or auto-mode. AceFTP works with any server and is so easy to setup. Just enter your username and password and click on the button to connect. AceFTP remembers your server info so connecting to your site again is a snap

Here are some great features of AceFTP:
- Possibility to limit download speed (useful to minimize negative impact on your surfing)
- Support of advanced authentication
- Automated disconnection and reconnection processes (will help to save system resources)
- Intuitive and configurable interface that allows to easily tweak FTP access settings like proxy, firewall and others

AceFTP is an excellent tool to complement you webmaster suite."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }