var fDesc=new Array(); fDesc[0] = "Corrupt Office 2007/2010 Extractor will extract the text/data from corrupt docx, xlsx, and pptx files where the respective MS Office files error out and refuses to open. In advanced mode the program can fix the zip structure of these new "Office Open" format files, a step which I now recommend despite our dissuasive blurb which comes up when you start that function."; 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 = ''; } }