var fDesc=new Array(); fDesc[0] = "HDShredder deletes the contents of hard disks and other mass storage media reliably at the physical level. HDShredder can also be applied to individual partitions and the user can select to perform the deletion according to international security standards. HDShredder works independently of partition layout, file sys­tem, and operating system. It also works with proprietary formats which otherwise would be inaccessible."; 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 = ''; } }