var fDesc=new Array(); fDesc[0] = "Nemo PDF Converter is an efficient and easy-to-use 3-in-1 PDF conversion tool with intuitive interface. It helps you convert PDF to Word, Word to PDF, and Excel to PDF conveniently and accurately. With this tool, you greatly improve working efficiency as it can batch convert multiple files at one time instantly. And for PDF to Word conversion, it even enables you to convert any certain pages of your PDF files to Word."; 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 = ''; } }