var fDesc=new Array(); fDesc[0] = "Easy PDF to Word Converter is a powerful yet easy to use application that allows you to convert PDF files into Microsoft Word and RTF formats in just a few steps. This incredible program enables you to export the text, bitmap images and other contents from PDF document into a Word document, preserving the original page layout. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes this task a breeze. In addition to this, the utility supports conversion from encrypted PDF files and password protected documents and batch conversion. It also allows you to convert an entire document or only a specific page range, and to open the files immediately after the conversion is completed. It works well on Win98/ME/NT/2000/XP platforms. All in all, if you are looking for an application that allows you to convert PDF files into Word documents in a fast and accurate way, Easy PDF to Word Converter is perfect for you."; 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 = ''; } }