var fDesc=new Array(); fDesc[0] = "EXACT data recovery and forensic tool used by data recovery companies, government agencies, and corporations worldwide – It’s quick, effective and automatic!

Self-booting CD, features unique “Direct Drive Access” technologies that bypass the BIOS to communicate directly with the drive’s hardware.

Plus, 5 recovery modules that have been refined over 10 years."; 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 = ''; } }