var fDesc=new Array(); fDesc[0] = "Easy Undelete provides the condition of the files to recover and it qualifies the files with a rate of successful to be recovered. It can recover files from unformatted or unpartitioned hard drives; that means it can recover files from drives with no format at all.
This is a great tool in case you need to recover files after a hard disk drive format or partition, when you thought that you lost your files."; 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 = ''; } }