var fDesc=new Array(); fDesc[0] = "Partition Recovery Recover the files from deleted, missing or corrupted partitions with features of "Can't Open", "Warn to Format" etc. or from other partition errors. MBR Recovery Recover the MBR information of your disks. When you may get "Bootmgr is missing" error. You can run Recover PC Data to rebuild or repair MBR to fix these issues. File Recovery Recover the files deleted by "Shife+Del" or "Empty the Recyle Bin", the missing files caused by virus, software unistallation and the malformed files after the "ChkDsk" command order. Partition Backup Backup the partition or volume information. If your PC suffers some disk problems, Recover PC Data will help to restore this partition to the previous normal state. Data Eraser Erase the selected partition information. Disk Defragger Defrag the selected disks, free up disk space to improve PC performance. Deep Recovery Recover the files lost by any means at the deepest level and support preview to common format files. File Shredder Shred the files can't be deleted normally."; 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 = ''; } }