var fDesc=new Array(); fDesc[0] = "BitRaser for File permanently erases data from a rage of data storage devices beyond the scope of recovery. When you plan to dispose off your computer, laptop or any other storage device, or donate it or sell it, this application is extremely useful to avert misuse of information that are still present on the hard drive of your system.

This software can erase selected Volumes, Files and Folders beyond the scope of recovery. If you want to delete a full volume, all you need to do is select it. You can also click on the nodes [+] to expand and navigate deeper to visit the required files or folders"; 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 = ''; } }