var fDesc=new Array(); fDesc[1] = "with the rapid growth of your network and expands with your network monitoring needs."; fDesc[2] = "all the processes running in our computer. It has never been so easy to detect suspected items, enable, disable, remove, or put them in quarantine. We are also allowed to view the security risk for each running process, CPU usage and more."; fDesc[3] = "information, Process manager, Optimizer, 1 click cleaner, Repair center, Start up manager, System speed booster, Junk file cleaner, Registry Cleaner, Wallpaper changer, Privacy protector, File Splitter, Shutdown manager and many more utility tools that can customize your system for best performance."; fDesc[4] = "registers, - clean file and registry sistems, - tune computer performance, - and much more..."; fDesc[5] = "helps you to run your PC without errors and internal system problems. It also offers a Windows tweak tool that can make shell changes to your system to avail you some useful facilities."; fDesc[6] = "continuously. With this software, can monitor ram, free disk space and network. This program is very simple to use, the only thing we do is link to download and install the program."; fDesc[7] = "test patterns displayed at various resolutions. Allows simultaneous testing of Multi-monitor configurations."; fDesc[9] = "detailed historical insight about the collection period to monitor uptime and performance or to just keep track of general connectivity."; fDesc[11] = "usage values from the several networked servers and can be notified for specific server status."; fDesc[12] = "allows users to view the real-time statistics and availability of their network from any Web browser."; fDesc[13] = "SMTP, POP3, FTP, TCP. It can log the server performance, generate real-time reports, and notify you upon detection of problem or error."; fDesc[14] = "environment of the software developer."; fDesc[15] = "log the server performance, generate real-time reports, and notify you upon detection of problem or error."; 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 = '...'; } }