var fDesc=new Array(); fDesc[0] = "DriveGLEAM is a harddrive activity indicator and also include built in extensions for monitoring CPU and memory load. It works by immitating the harddrive LED on screen. This is a very useful if your computer case is hidden (under the table) or on another physical location (remote desktop). DriveGLEAM features independent indicators for each drive or partition and allows you to monitor both read and write access. As a option DriveGLEAM allows for external output (via the parallel port) so it will be possible to build a LED panel for monitoring your hard-drives with real physical LED's. The difference between the build in HDD access LED on your computer case and DriveGLEAM external ones is that DriveGLEAM allows for independent colored LED's for read or write access. DriveGLEAM can also use your keyboard's scroll lock LED as a activity indicator."; 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 = ''; } }