var fDesc=new Array(); fDesc[0] = "CheckSystem (formally known as CheckSpace) is a professional monitoring and reporting tool for Windows NT, 2000, XP, 2003 and Vista computers and servers. CheckSystem has many functions. There are many features of this product.
With the disk and partition monitor you can control your hard disks or network drives.
The directory monitor controls the size of your local or network directories.
You do not miss an important event log message with help of the the event log monitor.
You keep informed about program failures on your system.
You can create a black and white list for applications and control which program is running on your system.
You also can control the CPU usage of your system and react if anything is wrong.
You can control the system services and start or stop automatically too.
You get informed when a specific file has been changed."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }