var fDesc=new Array(); fDesc[0] = "O&O SafeErase can erase confidential files from your hard disk so that no one can recover them. It allows you to choose from among six different deletion methods. The methods of deletion differ in the number of runs and the type of overwriting process.

In addition to standardized deletion methods of the U. S. Department of Defense (DoD) and the German Federal Office for Information Security (BSI), you can also select a complex mathematical method (the Gutmann method), which complies with the highest security levels. In this scientifically approved method of data deletion, corresponding areas of the hard disk are overwritten 35 times using precisely defined rules along with fixed and random values."; 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 = ''; } }