var fDesc=new Array(); fDesc[0] = "Pdf to Word Converter 3000 is the fast, affordable way to free batch convert PDF documents to the popular Office Word document. It lets you recover the text, layout and images of your original PDF document and the generated Word files accurately preserve the layout of the original PDF files.
Convert PDF to Word with accurately preserving the original Text, Tables, Graphics & Layout.
Provide more detailed parameters settings to adjust the size of output file."; 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 = ''; } }