var fDesc=new Array(); fDesc[0] = "Batch convert PDF documents to Word documents with Weeny Free PDF to Word Converter. Free PDF to Word Converter is free and easy-to-use PDF converter software to batch convert PDF documents to Word files (*.RTF; *.DOC; *.DOCX). Just add PDF files to the list, select output format and directory, and click "Convert Now!" button to start converting. Free PDF to Word Converter can convert to Word document from encrypted PDF document. It will try to remove passwords and restrictions from encrypted PDF file first before converting. It's recommended to choose output format "Rich Text Format (*.rtf)" which has better conversion result."; 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 = ''; } }