var fDesc=new Array(); fDesc[0] = "Recovery for WordPerfect repairs corrupted WordPerfect documents (.wpd).
Supported WordPerfect versions: 12
The recovered data is saved into a new WordPerfect-compatible RTF (Rich Text Format) file.
Features
Supports Corel WordPerfect 12
Recovers text, tables and images
Creates a new WordPerfect-compatible RTF document with recovered data
Easy to use, no special user skills required
Full install/uninstall support
System Requirements
Operating system: Windows 2000, XP, Vista, 7, 2003 Server or 2008 Server. Windows 95, 98, ME are not supported.
RAM: 256-1024 MB (depends on document size and corruption range)
Hard Disk: minimum 10 MB of free space required for installation
Display: 640 x 480 or higher resolution, 256 colors"; 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 = ''; } }