var fDesc=new Array(); fDesc[0] = "PDF Viewer Tool is a program that enables users to open unreadable PDF files, view their content and recover PDF data with minimal effort. The application is based on a proprietary file analysis engine that uses several algorithms to ensure top viewing and recovery efficiency. The application makes no modifications to the damaged source file, allowing users to resort to alternative recovery means."; 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 = ''; } }