var fDesc=new Array(); fDesc[1] = "documents, PDF, and digital camera images. Superior recognition accuracy and layout retention."; fDesc[2] = "documents, on the context window appears \"Open with TextMaker Viewer\" to allow the application to display the document in its original format. As a document viewer, the user is not allowed to edit ot modify the displayed document."; fDesc[3] = "secure Adobe PDF documents. With Acrobat Elements you can: * Create Adobe PDF documents * Print to Adobe PDF * Create accessible Adobe PDF documents * Use a de facto standard * Distribute files electronically * View and print reliably * Protect files * Help restrict access"; fDesc[4] = "as Microsoft Office maintaning their original layout, open existing PDF files, send PDF documents as attached files by email, set passwords to insure documents privacy, print any document, add watermarks, compress files, merge or split documents, etc."; fDesc[5] = "Microsoft Office Documents (MS Word, Excel, Access). It can perform brute force and dictionary attacks, and apply masks to ease the recovery process."; fDesc[6] = "content Advisor and Microsoft passport. It utilizes different mechanisms to recover or remove the password instantly or by dictionary and brute-force attacks."; fDesc[7] = "them out. Apart from that, the program can recognize text in the graphics and save text files for each page in the document. Or save an independent image file for every page. MDI View can also save the document in .BMP format, in order to get them ready to use with other programs."; fDesc[8] = "PowerPoint, and text document. Its compact and well-structured interface makes it easy to use for both the novice and the expert uses. Its high conversion speed is one of its main assets."; fDesc[9] = "you need to have the Office suite installed before installing it. Metadata Analyzer will look for information that is embedded in your files whether you are aware of it or not. If you want to replace or erase that information, however, you need another application."; fDesc[10] = "Word 2003/XP, Excel 2003/XP, and PowerPoint 2003/XP files. When you distribute an Office document electronically, the document might contain information that you do not want to share publicly, such as information you’ve designated as “hidden” or information that allows you to collaborate on writing and editing the document with others. The Remove Hidden Data add-in is a tool that you can use to remove personal or hidden data that might not be immediately apparent when you view the document in your Microsoft Office application. You can run the Remove Hidden Data add-in on individual files from within your Office XP or Office 2003 application. Or, you can run Remove Hidden Data on multiple files at once from the command line. In either case, to run the tool you must have the application installed in which the document was created. The Offrhdreadme.htm file included with the add-in..."; fDesc[11] = "documents whatsoever. This software offers a comfortable way to assign documents to projects, clients or other categories."; fDesc[12] = "TIFF and MODI formats. JScan was designed primarily for use with the MODI format and working in conjunction with the Microsoft Office tools."; fDesc[13] = "Office documents and removing any instances of hidden data from your workflow."; fDesc[14] = "Microsoft Word, Microsoft Excel, Microsoft PowerPoint, Microsoft Project, and Microsoft Visio documents) in a custom form or Web page."; fDesc[15] = ", StarOfice, OpenOffice.org, Visio, XMP Adobe document, Windows 2K or PDFfiles. Export into HTML, XML, CSV, Word"; 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 = '...'; } }