var fDesc=new Array(); fDesc[0] = "Recover office documents in a wide range of formats. Sophisticated data recovery algorithms allow reliably recovery of documents stored on badly damaged, formatted and inaccessible devices. Easy step-by-step wizard and thumbnail gallery view make the recovery process as easy as possible.

Magic Office Recovery recovers documents, spreadsheets and other files produced by Microsoft Office applications such as Word and Excel, as well as documents in OpenOffice and Adobe PDF formats. Combining low-level disk scan engine, comprehensive document analysis engine and polished user interface, Magic Office Recovery delivers best-in-class performance and easiest usage experience possible."; 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 = ''; } }