var fDesc=new Array(); fDesc[0] = "HDD Life Pro is a free application that allows you to test your hard drive. With this application you can scan your hard drive to see how it is performing. The program will let you check many useful aspects of your hard drive's performance. For starters, you can carry out a speed check. The process requires the application to write and read dummy files on your hard drive. If you get a really low speed, you know that something is probably wrong. HDD Life will even tell you the temperature of your hard drive or any other disc devices connected to your computer. However, the great feature of this application is that it can detect when a drive is going to die. You can be sure that your drives will eventually die. But knowing exactly when will save you lots of valuable time and data. You can always back it up before it dies. The application is installed with a great graphical user interface that is simple and intuitive, so that you can make sure you don't lose any time figuring out the application and can focus on the task at hand."; 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 = ''; } }