var fDesc=new Array(); fDesc[0] = "This program is engineered to securely erase hard drives with efficiency. MediaTools Wipe can enable you to simultaneously hot-swap and wipe up to 18 drives at a time. MediaTools Wipe also offers a Verify option, this wipes the entire drive first and then reads the entire drive comparing it to the wipe pattern, any failed comparisons are shown."; 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 = ''; } }