var fDesc=new Array(); fDesc[0] = "With Optimum Data Recovery for NTFS Undelete you can recover all your lost files from NTFS File System.
This is a useful tool that will allow you to recover lost files in the following cases: 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 = ''; } }