var fDesc=new Array(); fDesc[0] = "DocSmartz Pro is a powerful document conversion tool that converts PDF files to Word really fast and with utmost accuracy. It preserves the complete formatting of PDF files including the original graphics and tables, etc. It identifies and sets out tables, paragraphs and columns as seen in the original PDF.

It even supports part conversions of your PDF. This means you can define a page range of the original multi-paged document to be converted, instead of converting all the pages. You can even extract images from a PDF document, if needed."; 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 = ''; } }