var fDesc=new Array(); fDesc[0] = "Getting rid of an old PC, upgrading to a new hard drive, returning a leased computer, or redeploying a PC within your company? It is truly imperative to completely destroy all data from the old hard disk.

Acronis Drive Cleanser guarantees the complete destruction of data on selected partitions and/or entire disks.

Key features:
- Securely deletes all the data and partitions on a hard disk
- Allows to format the disk drive, partition it, and/or delete selected partitions along with the disk wiping process
- Full review of the results of hard disk wiping through built-in DiskViewer utility
- Extremely easy to use Windows XP-like wizard-driven interface"; 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 = ''; } }