var fDesc=new Array(); fDesc[1] = "Microsoft Word, Excel, PowerPoint, Outlook, Internet Explorer, Project, Visio, Access, and Publisher, as well as Autodesk® AutoCAD® and Lotus Notes.Scan paper documents to PDF and automatically recognize text with optical character recognition (OCR) technology to create compact, searchable PDF documents.Archive e-mail or e-mail folders from Microsoft Outlook or Lotus Notes in PDF to facilitate search and retrieval. Convert complete web pages, or just the portions you want, including or excluding rich and interactive media. PDF versions of web pages are easy to print, archive, mark up, and share.Convert virtually any 2D and 3D designs — including layers, dimensions, and metadata — to a single PDF file to share product data more easily and securely."; fDesc[2] = "retyping work for you in no time. Simply recognize your documents with Readiris Pro and within seconds you have an editable copy of it.Readiris Pro 10 recognizes scanned paper documents, PDF files and all popular image file format and turns them into word processor, spreadsheet, pdf, web pages, xml... files.Imagine how easily you could share and archive all your documents and spend your retyping time for more productive tasks!"; fDesc[3] = "documents such as brochures or flyers using more adapted software than a word processor, to create pages with all kinds of design elements, such as formatted text, photographs, lines, and pictures. Users can create brochures, newsletters, memos, postcards, envelopes, Web pages, and many more."; fDesc[4] = "those you don't want to keep. Also, it allows you to search and delete addresses written into the Internet Explorer (or other Web browser) address bar, the open documents in Microsoft Office, the commands entered in the Run option, the Google Toolbar history and so on."; fDesc[5] = "three windows: Code editor, Visual editor and Preview. Tables, fonts, frames, forms, backgrounds, icons, toolbar buttons, blog icons, image borders, etc., are ready to be inserted and dimensioned for the user to build whatever is necessary for the project."; fDesc[6] = "that allows you to handle your Web documents in a much easier way. This incredible package is composed of the following applications: Namo Capture, Namo GIF Animator, and Namo Image Slicer."; fDesc[7] = "search with this gadget a window will show the results as you enter your search criteria, in real time. Also, it can classify your results according to categories such as documents, music, video, etc."; fDesc[8] = "desktop tool can access remotely Windows PC or OSX Mac despite firewall’s, router’s or proxy’s configurations. This version supports Remote Desktop and RAdmin. It supports \"dynamic-DNS\" for VNC Servers without static IP addresses. EchoVNC works on Windows and Mac platforms."; fDesc[9] = "they can be shown and distributed on any computer with any Operating System as a digital document. Any file that can be printed out of any MS Windows application can be converted to a PDF document by means of this free program."; fDesc[10] = "formats. This program supports PDF, EPS, PS, PCX, TIFF, JPEG, BMP and many different formats. You will be able to use this program to creat high quality and searchable PDF files from any application on your computer."; fDesc[11] = "Microsoft’s text-to-speech voice engines that you have installed on your PC, so it means that not all the languages will be available to hear, unless you download them from Internet."; fDesc[12] = "exams. You can even export these documents to Rich Text Format, allowing you to share them with colleagues or friends who don´t own Scientific Notebook."; fDesc[13] = "without missing any important information. Using sophisticated statistical and linguistic algorithms, it pinpoints the key concepts and extracts the most relevant sentences, resulting in a summary that is a shorter, condensed version of the original text. Copernic Summarizer can analyse a text of any length, on any subject, in any one of four languages, and create a summary as short or as long as you want it to be. It can summarize Word documents, Web pages, PDF files, e-mail messages and even text from the Windows Clipboard. Thanks to the patent pending WebEssence technology, which automatically removes from Web pages irrelevant text and content (such as advertisements and navigation items), Copernic Summarizer focuses on the essential text elements, which results in even more relevant summaries. Once summaries have been generated, they can be printed, saved (in plain text, RTF, HTML..."; fDesc[14] = "application can make help files for Windows (WinHelp), RTF and even HTML help files (help authoring files). It includes also two other applications: ButtonMaker and ImageMaker, that can be used for creating help files in a simple way, enhancing the way HelpMaker creates files."; fDesc[15] = "documents and images as well as in the creation of pdf files. The TWAIN-Express feature helps in sending the scanned copy directly to the printer, fax, e-mail or any other application."; 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 = '...'; } }