var fDesc=new Array(); fDesc[0] = "Simpo PDF to Text is a FREE yet professional PDF to Text converter, with which you could convert your PDF documents to Text, TXT format for totally free! It’s a standalone application, Adobe® Acrobat or Adobe® Reader software is NOT required.
PDF to Text processes at high speed and you can convert PDF to text files in a batch. What you have to do is to import several PDF files at a time and click Convert, and then you will get DOS/Windows, UNIX, or Mac compatible Text Files."; 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 = ''; } }