var fDesc=new Array(); fDesc[0] = "DF Open File Tool represents an easy data recovery tool, repairing any version of Adobe Acrobat documents. This application saves output information into non-compressed or compressed files of PDF supported formats by creating a clean and trouble-free document, therefore you may keep on working with this information despite the severity of issue."; 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 = ''; } }