var fDesc=new Array(); fDesc[0] = "S.M.A.R.T. Vision Utility is a program intended for the automatic diagnostic of the status of the modern Hard Disk Drive with interface PATA (ATA-3, ATA-4 ... ATA-7), SATA, which supports the self-monitoring technology S.M.A.R.T. (Self-Monitoring Analysis and Reporting Technology). It allows you to know in advance about the possible pre-emergency status of HDD, thus being able to avoid the loss of data stored in the hard disk."; 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 = ''; } }