var fDesc=new Array(); fDesc[1] = "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[2] = "security to nodes which are susceptible to various virus attacks.Having the LiveUpdate makes it the best updated antivirus in defence of the various new viruses being invented every week."; fDesc[3] = "This tool stays in the system tray and also manages to change the look of your system clock and calendar with various skin change options."; fDesc[4] = "inventory, managing service upgrade schedules, and monitoring host or service uptime. Nmap features many port scanning mechanisms (both TCP and UDP)."; fDesc[5] = "computer in a better and effective manner. It also gives you an insight into your computer system's current state such as cpu, memory, latency, uptime and much more."; fDesc[6] = "samples of your system or Internet speed at regular intervals. If you want to test your hardware, you can order SpeedTestPro to check the speed of your CPU, Memory, Drives, Uptime and Disk Write and Read Speeds."; fDesc[7] = "detailed historical insight about the collection period to monitor uptime and performance or to just keep track of general connectivity."; fDesc[8] = "we can’t switch off our computers manually. For example, when any important process isn’t finished yet, but we have to go somewhere or just need to sleep. Nobody wants to pay for uptime that he/she doesn’t use. This tiny application can help us in such situations."; fDesc[9] = "Transaction, DNS, SMTP, POP3, FTP, SNMP, as well as various native Windows system sensors and native SQL sensors for MS SQL, MySQL and Oracle."; fDesc[10] = "Perhaps you need to check the last system shutdown, or to see if a power cut interrupted your system, or maybe your PC or laptop computer is simply slowing down, and there are commands you can input to discover your systems uptime and you can open the Windows Task Manager application to find it."; fDesc[11] = "taskbar.Requires the VB 5.0 Runtimes."; fDesc[12] = "in either short or long time format, you can even display milliseconds! The user can configure the background color, font color, font type and font size. This means that you can totally configure this to your style. You can display the UpTime as a scrolling marquee or make it bounce all over the screen. You can specify the speed of the movement, as well as customize the movement itself. UpTime Screen saver is an essential utility screen saver for users who demand more from their machines."; fDesc[13] = "features: Multiple URL check, HTTP, HTTP with authentication check. Uptime statistics reports, charts and diagrams are available."; fDesc[14] = "move. With the Host Evaluator software you can add the web hosting plans you want to compare, and test out the servers of web hosting companies."; fDesc[15] = "down."; 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 = '...'; } }