var fDesc=new Array(); fDesc[1] = "totally intuitive interface similar to Windows Explorer (with check boxes next to files and folders) that will allow you to select the files and folders you want to back up, the destination and filename, and any optional settings."; fDesc[2] = "wizard-like approach for executing backup tasks. Apart from just storing files to a desired location, the program also has capabilities to synchronize, mirror, and group files."; fDesc[3] = "displays ads from our partners. It is easy to install and uninstall. It?s not spyware or malware and doesn?t come bundled with other software."; fDesc[4] = "Support, Multiple connections, Proxy Firewall support, Drag and Drop, caching and more."; fDesc[5] = "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[6] = "tools that rely on URL blacklists, PicBlock blocks porn by detecting the amount of flesh tones in images."; fDesc[7] = "Universal Games. The story of the Cuban drug lord by Al Pacino has found its sequel in this new game by Sierra and Radical. Scarface proposes to embody the peculiar Tony Montana in an alternate story where he would have not fallen victim of his own success."; fDesc[8] = "parts. Download a FREE version and see how liberating an explicit, geometry-based 3D CAD system can be."; fDesc[9] = "strings used in almost any programming language). This application is intended for programmers, especially for beginners to improve their programming skills, who have problems when interpreting and formulating strings."; fDesc[10] = "your PC!"; fDesc[11] = "The Internet Filter allows to specify URL, keywords and file types rules."; fDesc[12] = "common functions. A great feature in this calculator is that you can calculate statistics like standard deviation and regression. Also you can program and store formulas here."; fDesc[13] = "captures by editing the captured images and also adding descriptions using text balloons, arrows and other objects."; fDesc[14] = "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."; fDesc[15] = "getting into your system in real time. It functions like a firewall and protects your online privacy and security."; 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 = '...'; } }