var fDesc=new Array(); fDesc[0] = "SysTools VMware Recovery is designed to scan, search, recover and extract VMware Virtual Machine Data from Corrupt VMDK files.

Main features:
- Scan & Preview Data from multiple VMDK files of virtual machines.
- Supports to Recover Data from Deleted, Formatted & Corrupted VMDK files.
- Supports Data Recovery of VMDK files in both FAT or NTFS Formats.
- No File Size Limitation: Tested with 150 VMDK files.
- Advanced option to filter & search within VMDK files extension wise."; 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 = ''; } }