var fDesc=new Array(); fDesc[1] = "Word document format (RTF or Word), so you can edit and reuse your PDF content. PDF2Word (PDF to Word) preserves the original PDF text, layout and bitmap images in the generated Word document."; fDesc[2] = "with different types of text formats. Apart from being easy to use and intuitive, it supports a wide variety of popular file extensions."; fDesc[3] = "textures, backgrounds and anything in your Word file. The best feature of Word to PDF Converter is that the resulting file is just the same as the original one; the program never makes any changes to text, formatting, colors or anything."; fDesc[4] = "interface is really easy to use and intuitive, offering many customizable toolbars, sound effects, and useful hotkeys. It includes all standard text formatting features including spell check and auto-correction."; fDesc[5] = "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."; fDesc[6] = "efficient way, and as a result, you will avoid the annoying problem of having to use many programs to open different types of files. In addition, the program offers you a nice and easy-to-use interface."; fDesc[7] = "between PDF, Word, Excel and Powerpoint Documents (97, 2003 or 2007), RTF, or text documents to any of these formats, to an HTML file or to an image file (JPG, BMP, GIF, TIF, TGA, RLE, PNG, EMF or WMF). This program can perform batch conversions between formats."; fDesc[8] = "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."; fDesc[9] = "Adobe Acrobat (PDF) files are to manage when you don't have the right tools. This application should provide a nice way out of those complications. This is not a tool to open or edit PDF files; it is simply a converter that allows you to convert, for example, your .DOC files..."; fDesc[10] = "also offers text editing, retaining the format and layout, converting scanned PDFs to Word, creating PDFs from any Windows application; all this while retaining (optionally) the original design of your PDF."; fDesc[11] = "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"; fDesc[12] = "but powerful tool has diversified options to help you do your conversions, easily. You can start working since one single file through various options. Has the peculiarity of making use of all functions through hot keys."; fDesc[13] = "your RTF documents to PDF, Excel, images and more!"; fDesc[14] = "conversion. This is a highly useful application, which is capable of converting .Doc files to RTF, PDF, HTML, XLS, TIFF and JPG formats. Apart from the .Doc files, it also possesses ability to convert the Rtf files into HTML, PDF and other formats."; fDesc[15] = "the original file, and even edit the HTML code before saving the converted text. The program also allows you to easily copy all the HTML code into other applications via your clipboard."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }