var fDesc=new Array(); fDesc[0] = "This program will extract the text from some corrupted or all healthy Microsoft Office and Open Office files with the extensions .doc, docx, xls, xlsx, ppt, pptx, odt, ods and odp as well as possibly the template and macro variants of these extensions such as dot, xlt and pps if they are changed to the correct corresponding extensions mentioned. It may succeed at doing so where MS Office Open Office itself fails to salvage text. It can also attempt to recover formatting in the form of a full Open Office file with a regular, odt, ods or odp extension."; 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 = ''; } }