var fDesc=new Array(); fDesc[0] = "The Macrorit Disk Scanner Professional allows you to scan multiple disks for errors and issues. Before scanning, you can select the scan area for each disk. When the Scanner finds bad sectors on them, it will mark them as read to make it easy for you to isolate them. You can check and scan all disks at the same time; specify a part of disk/partition to scan only; automatically shut down the computer while finishing scanning; mark healthy sectors in green and errors in red, and more."; 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 = ''; } }