var fDesc=new Array(); fDesc[1] = ", multilingual, and completely customizable. This utility gives us the opportunity to delete all the useless and obsolete data that we may be keeping in our system."; fDesc[2] = "technology generation of virus recognition. Ad-Aware SE Personal protects your system against malicious programs, identifies and removes spyware and makes a fast scanning."; fDesc[3] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[4] = "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[5] = "server, a MySQL database, PHPMyAdmin as well as easy development tools for web sites and applications. We are not really running EasyPHP as such: we are really a starting up Apache and MySQL."; fDesc[6] = "\"System Status\" in the Cleaner section. You will see information about your operating system and hardware, the IE temporary files, size of your registry files, RAM and disk usage, system restore points and incorrect Windows shutdowns."; fDesc[7] = "in the form of cache, unused setup files and lost file fragments etc. It has an automatic and manual mode for execution. Manual mode is for experienced users to analyze and select the files for deletion while automatic does it without any user intervention."; fDesc[8] = "is a set of tools that cleans up and optimizes the files, Defragments them, Backups the files, manages Partition, and Repairs your Hard Disk Drives. You can schedule one or all of these tasks..."; fDesc[9] = ", post data, detailed html information, redirection, compression, etc. The application is useful for checking a site for security purposes and avoiding to send or expose user sensitive information data."; fDesc[10] = "and the Windows Event Log) using standard SQL statements (with SELECT and WHERE syntax). The output can be plain text files, CSV, XML, HTML and more."; fDesc[11] = "temporary and unused files from it. This way the software optimizes your system and enhances its performance by getting rid of all types of temporary files related to Windows, Internet tracks and other cache files."; fDesc[13] = "cool application displays text-based log files in tabular form indicating the matching text in colored format. The software reads only a small section of the file from disk at a time, saving memory."; fDesc[14] = ", proxy or other logs without any limits!"; fDesc[15] = "to get the details in an easy-to-view-and-use format. This tool would only operate if it is installed with a .Net framework 2.0 version. Log Parser is a free tool, but can not be used by novice developers."; 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 = '...'; } }