var fDesc=new Array(); fDesc[0] = "Drives Monitor is free hard drive monitoring tool to monitor hard drive and to display the overall disk drive performance. This wonderful gadget lets you analyze all your disk drives in terms of disk activity, disk usage, reading or writing speeds, and file system. It shows a list of all the disk drives and removable media connected to your computer, with all the necessary details, which helps you to analyze and monitor their performance.

Drives Monitor not only displays the performance of various disk drives connected to your computer, but also offers various other useful settings. Lets have a look on all of them, one by one."; 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 = ''; } }