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] = "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[3] = ", ICO, ZIP, PNG, PDF, RTF, DOC, SND, WMV, AIF, ASX, MID, MP3 and many other formats. It also supports raw file format. It is very useful for most individuals."; fDesc[4] = "PDF, RTF, images and more!"; fDesc[5] = "Enterprise versions. The program gives you the ability to convert either a single WordPerfect document or a batch of them to MS Word or vice versa."; fDesc[6] = "batch of reports in an email. Output to a folder, ftp, fax or a printer. Choose from Word, Excel, HTML, Acrobat (PDF), RTF and more."; fDesc[7] = "Export. Convert your C/C++ documents to PDF, RTF, images and more!"; fDesc[8] = "cross tables -Native line, bar, point and pie charts -Output to file, printer, fax, email, ftp"; fDesc[9] = "for Interbase or Firebird reports"; fDesc[10] = "analysis/development processes. With this utility you can easily define UML actors and use cases, generating a variety of reports right afterwards, which could be in HTML, PDF, RTF or XML 1.1 formats."; fDesc[11] = "html files together into one file. Also merge many Excel xls workbooks and worksheets into a single worksheet."; fDesc[12] = "again be faced with the problem of having to re-type the entire document. Quickly recover text and images. Free to try!"; fDesc[13] = "email. Output to a folder, ftp, fax or a printer. Choose from Word, Excel, HTML, Acrobat (PDF), RTF and more."; fDesc[14] = "formats and generate multilingual ultrafast, powerfull and compact search engine with a nice look and feel"; fDesc[15] = "that allows you to search in, categorize and find similar files stored in multiple data storage formats (MS Office, HTML, PDF, RTF, TXT, etc.)."; fDesc[16] = "HelpCruiser is optimized for solving tasks that appear during the process of creating help files, descriptions and manuals for software products."; fDesc[17] = "from any contact to any document format (PDF, RTF, HTML, DOC, TXT, etc.) It's really easy as ABC and powerful as Amber."; fDesc[18] = "designed in MyCon, Mascon or FreeMascon live. You can choose to just display the report to the enduser in a webbrowser in PDF, XLS or RTF format or email it instead, all using just one call to the MyReporter CGI. The MyReporter CGI includes two main parts: Report Generator, which will take your report template stored in either a file accessible to the CGI or a BLOB column of a report table or a template passed via a hidden webform field. The template will be run and your report dynamically generated using your current/live/real-time database data and displayed to the end-user in either PDF, RTF or XLS formats. SMTP Client, which you can use to either send a quick short email or optionally use to email your report as an attachment to the end-user."; fDesc[19] = "Notes & Domino Application workflow, significantly enhancing the capability of your Notes business applications."; 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 = '...'; } }