var fDesc=new Array(); fDesc[0] = "The Free Edition of HDShredder is the ideal tool to securely and easily delete data and to wipe/sanitize hard disks, SSDs, NVMe, eMMC, USB and other disks. The newly redesigned user interface of all major apps allows straightforward and informative navigation of the program. HDShredder deletes all types of partitions (MBR, GPT), filesystems and OS. HDShredder has its own OS and can be started in Windows or self-booting if the OS is damaged. The HDShredder editions Basic, Standard, Professional (Portable) and Enterprise (4x, 8x, 16x) offer extended features."; 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 = ''; } }