var fDesc=new Array(); fDesc[0] = "Convert Pdf to Doc Text is a desktop document conversion tool that enables you to easily convert Pdf files to well-formatted Word (doc) and Txt files. All the formatting of the original file is retained. It can convert all the pages, or any part of the Pdf file.

The word document you get after the Pdf to Word (doc) conversion is completely editable. Several Pdf to Word conversion option are available for a better result. It can automatically open the output Doc file when the conversion is done. Convert Pdf to Doc Text is easy, simple and quick to use with a high conversion speed and satisfactory conversion quality. It is a standalone program."; 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 = ''; } }