var fDesc=new Array(); fDesc[1] = "clean thousands of malwares, adwares, keyloggers, trojan horses, pybots and rootkits in seconds. This award winning application is designed while keeping the novice in mind, so no skills are required to use it."; fDesc[2] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving."; fDesc[3] = "maximum performance. Scanning process finds and removes in a safe manner the following malicious software (Malware): Trojan Horses, Dialers, Worms, Spyware, and Adware."; fDesc[4] = "resolution and picture adjustments. Tray Icon enables user to launch the application and set it to mini-mode. Picture Slideshows can be created using the Stitch-Video feature."; fDesc[5] = "advantage of this shell integration is that not only web or software developers can use it but all the people can use it, like translators, doc writers,..."; fDesc[6] = "data. This application scans your files and deletes stored private information to protect your privacy. In its free scan version some features are disabled."; fDesc[7] = "management of projects. The GUI is friendly and easy to use. The installation process is very easy to perform and it requires Java 5 minimum or Java 6 recommended. OpenProj works on Linux, Unix, Mac or Windows platforms, and it's free."; fDesc[9] = "professionals, satellite communication users, astronomers, UFO hobbyist and astrologers. The program shows the positions of satellites at any moment (in real or simulated time)."; fDesc[10] = "Windows programs featuring a free amateur radio software, which also comes along with mapping, and satellite tracking abilities."; fDesc[11] = "projects. It comes with a full, easy to use Windows installer. Unlimited user license. 30 day trial."; fDesc[12] = "and understand where your income goes. Expense Tracker can help you manage your expenses much more easily than the old pencil and paper method."; fDesc[13] = ", then you should go for Uconomix SnapLogger. Uconomix SnapLogger is computer activity logging application which periodically takes screenshots of your computer. It is a very useful utility to keep track of daily activities especially dealing in time based projects."; fDesc[14] = "you to track billable and non-billable hours, create invoices and reports, manage your customers, projects and tasks."; fDesc[15] = "your system tray so that you can keep track of the time you spent on any project or application on your system. Just select a user and a project to track the time taken for its completion."; 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 = '...'; } }