var fDesc=new Array(); fDesc[0] = "Efficient Word recovery software that repairs and recovers corrupt Microsoft Word (.doc, .docx) files without changing their original text, font, hyperlinks, headers/footers, images, charts, etc.

Recovers corrupt Word document created in MS Word 2000, 2002, 2003, 2007, and 2010
Provides three repair options as 'Simple Repair', 'Advance Repair', and 'Raw Recovery'.
Provides options to see the preview of the repaired Word file in 'Full document', 'Filtered Text', or 'Raw Text' formats.
Searches for MS Word files, if their location is forgotten or unknown.
Compatible with Windows NT, 2000, XP, 2003, Vista, and Windows 7."; 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 = ''; } }