var fDesc=new Array(); fDesc[1] = "source codecs like Ogg vorbis. With the built-in utilities like library manager, music ripping and burning to CDs and its great playback quality, it is indeed a great music player to have."; fDesc[2] = "know instantly whether their computer's virus, spyware, e-mail, and firewall protection services are up-to-date. It combines a set of must-have security services with simplified access to McAfee´s security products."; fDesc[3] = "hardware information database for over 68000 devices! Yet, the program is very small, about 12MB. It includes \"Monitor Diagnostics Test\", which is a complete tool for tweaking your CRT and LCD monitor."; fDesc[4] = "being the AC mode and the other being DC Mode (battery mode). Using this management software, you can choose among the many power profiles (Entertainment, Presentation, Word Processing, and Battery Life.) and set your laptop to last or extinguish the battery juices."; fDesc[5] = "Transform your two monitors into one big desktop and tidy all your staff. It’s very easy to use and yet a very complete and tool to help you save money and complex tasks."; fDesc[6] = "if any problem with these components is found. It is a must have utility for any who want his computer to be in a healthy state everytime."; fDesc[7] = ", for detecting long email attached files being downloaded, download processes taking too long, and to alert the user when unespected Internet or network activity takes place. When there's no Internet or network activity, it hides itself to the system tray."; fDesc[8] = "works in both CDT and LCD monitors. It lets you change the color preferences of your monitor by setting custom gamma levels or loading a default profile, which is automatically applied to your screen."; fDesc[9] = "resolution,refresh rate, or multiple display use. It also is monitoring PC component characteristics. It contains a set of utilities for managing and optimizing the performance of NVIDIA graphic cards."; fDesc[10] = "in order to analyze network problems, detect intrusion attempts, Monitor usage, collect statistics, filter content from network traffic, debug communications. Ethereal changed it's name to Wireshark."; fDesc[11] = "analyzing it. The version 3.2 of Microsoft Network Monitor has been modified to add some new tools with improved functionality such as; ‘Process Tracking’, Network Monitor API etc. It is actually an update which replaces Network Monitor version 3.1. The download size varies from 4.3MB-15.1MB."; fDesc[12] = "you are using a microphone or have a built-in microphone in your web cam. The trigger alerts can be customized, and you can configure the program to record audio and video when an alert is triggered."; fDesc[13] = "category. The application allows you to use several monitors and expand your desktop to more than one of them. Newer operative systems, like Windows XP or Windows Vista have features like this. Basically, you can move a window from monitor A to monitor B in real time."; fDesc[14] = "prevent data loss. The system is based on the Self-Monitoring Analysis and Reporting Technology (S.M.A.R.T.). This software monitors hard disk parameters such as Temperature, Head Flying Height and Spin-Up Time and notifies a user when a critical condition occurs. Disk Monitor also displays hard disk information, current S.M.A.R.T. attributes and the overall status of the hard disk's health. Advanced disk scan allows you to detect bad sectors on a disk surface. The software can be launched automatically at Windows startup and monitor the system in the background. An icon in the System Tray can display the temperature for selected HDDs."; fDesc[15] = "Sniffing, NetFlow, instant network failure alerts, in-depth analysis and reporting and more."; 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 = '...'; } }