var fDesc=new Array(); fDesc[0] = "Personal SmartCheck (PSC) is a unique software program that is designed to provide detailed and comprehensive information about the condition and status of the hard drives on your computer.
With Personal SmartCheck, you will have the most recent information about the health of all hard drives on your computer. Prediction of nearest T.E.C. of any hard drive can prevent valuable data loss by replacing a dangerous drive and backing up all your data."; 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 = ''; } }