var fDesc=new Array(); fDesc[1] = "is simple yet powerful: it analyzes your Windows Registry and configuration/startup files, showing you a list of \"suspicious\" results. But applying the fixes is up to you...read each item carefully before fixing anything!"; fDesc[2] = "there nothing junk lefts on your computer. Total Uninstall will show a list of programs and softwares installed on your computer, you just select the software you want to remove or uninstall from your computer and Total Uninstall will do the rest."; fDesc[3] = "appropriated application for completely cleaning all the programs traces. The user interface is very intuitive, easy to use, and the application is full of tutorials (assistants) for guiding users in all the tasks the program can perform."; fDesc[5] = "has 60 test methods, 30 alert methods, highly flexible report and log manager. Package includes Log Analyzer, Web Service and other utilities."; fDesc[7] = "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[9] = "application can rename files, folders or both, change the case of filenames, remove or change a filename, perform string substitution, Append dates in many formats, remove characters or words, append the parent folder's name, remove digits or symbols, append or propend text and much more."; fDesc[10] = "This application was developed for monitoring a printer that is connected to your computer as well as all printers from the network. The program saves records about each usage of any printer and puts them into special logs."; fDesc[11] = "you a lot more to know about your network activity and connectivity. With this utility you will be able to know all those hidden activity on your network which you can’t see with your eyes currently. FirelogXP is actually a Log file reader."; fDesc[12] = "records the starting and stopping time of every program in a log file. With this log file you can track the time used by programs to do their job and can also track unwanted programs or any other invisible harmful programs."; fDesc[13] = "results in a graph that allows you to understand them better and also saves them in a log file by host name or the one you select. The user interface is not really attractive, but very simple and intuitive, especially for novice users"; fDesc[14] = "traffic. SmarterStats provides support for multiple log file types like IIS, Apache etc. on Windows and Linux operating systems. It is a feature-rich tool that provides you with features like data mining, spider/bot detention, geographical analysis, charts and graphs."; fDesc[15] = "OutputDebugString (Windows Debug API) and TRACE (MS Visual C++ Debug Macro) output as well."; 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 = '...'; } }