var fDesc=new Array(); fDesc[0] = "Ontrack® Eraser software is an easy-to-use, highly flexible data erasure tool that erases all traces of data stored on a targeted media - ensuring that sensitive information does not fall into the wrong hands.
The overwriting procedures used by Ontrack Eraser to permanently remove data meet the most stringent standards for data removal; including those of the U.S. Department of Defense and the National Industrial Security Program and CESG standards in the U.K."; 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 = ''; } }