var fDesc=new Array(); fDesc[0] = "SeaTools: Enterprise Edition is a program that scans your Seagate hard disk for errors. It has the ability to test multiple SCSI and Fibre Channel drives simultaneously or sequentially. We can use the program to do tests on data in the drive or the hardware condition of drive."; 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 = ''; } }