var fDesc=new Array(); fDesc[0] = "Optimum Data Recovery for NTFS Formatted program is meant for recovering all lost files from NTFS File System for users that face the problem of data loss in case of an accidental drive format.
Optimum Data Recovery for NTFS Formatted is a useful program which will allow you to recover the lost files in any of the following cases: drive format, corruption of NTFS, corruption of root directory, accidental deletion or human error, virus attack, deletion of directory, recycle bin emptied, and power failure."; 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 = ''; } }