var fDesc=new Array(); fDesc[1] = "utilities as Word 2007, Access 2007, PowerPoint 2007 and others. It allows users to input data into cells included in a grid made of rows and columns."; fDesc[2] = "e-mail, calendaring, group scheduling, to do list and more. Notes users can exchange messages via the Internet, work with any Web application, read and post topics to Internet newsgroups, search Web directories, and use X.509 certificates for security. Notes even lets you access your e-mail and other applications while you're off-line -- with full fidelity -- and gives you the option to synchronize your work later."; fDesc[3] = "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[4] = "Freelance Graphics, Lotus Approach, Lotus SmartCenter, Lotus Organizer, and Lotus FastSite. SmartSuite 9.6 now includes a new customized installation using the Microsoft Windows 2000 Installer with InstallShield. With SmartSuite 9.6, it is easy to convert files from earlier versions of SmartSuite and other business applications including Microsoft Office. SmartSuite 9.6 file filters exchange documents seamlessly to and from Freelance Graphics and PowerPoint, Word Pro and Microsoft Word or 1-2-3 and Excel."; fDesc[5] = "Outlook, Lotus Notes, Thunderb, Palm D., David, Groupwise,.., many filters SMS Center to easily send SMS"; fDesc[6] = "anyone who wants to put to rights his/her business. You work with this program like with usual organizer, where you can find calendar, to do list, address book, information about data and anniversaries, annual plan of activity, and notepad."; fDesc[7] = "trial version available from the developer's website. This software has been designed to help us to recover forgotten and lost passwords and login from our Office documents. It runs under Windows 2000, XP, Vista and Windows Server 2003, 2008."; fDesc[8] = "computer, you can use this application to access the contents of the SIM cards. Dekart SIM Manager can read from and write to SIM cards. The main use you would give this application is to organize the contents of the card."; fDesc[9] = "organizations. This innovative software will make things easier for staff/members to search for files, emails, contacts, favorites, history, music, pictures, videos, etc., in their computer, on the Web. Now it is possible to find Lotus Notes items."; fDesc[10] = "would print the document to the printer. When a user prints their document to the PDF printer, the software creates a PDF file."; fDesc[11] = ", web(FTP), graphic editor, studio, printer. Popular BMP, GIF, JPG, PNG formats are accepted. Features: Dual monitor, Zoom, Scroll, Timer, Favorites."; fDesc[12] = "lotus flowers. In Lotus Deluxe you are helping Nirja pick the lotus flowers before they reach the whirlpool. Magnificent dragonflies will help you and lovely flowers will beguile you in this enchanting game."; fDesc[13] = "Emails, Contacts, Calendar, To Do List, Journals to MS Outlook. The program proves to be a powerful migration tool that shows Address Book, Journals, Calendar, to do lists under its respective tabs."; fDesc[14] = ", CSV, XML, PDF, HTML, CHM, RTF, HLP, DOC, and many more). Supports a batch conversion, a run from command line, more than 50 languages."; fDesc[15] = "The free screensaver, Sacred Lotus, was created by RateMyScreensaver.com and contains 31 images of the lotus flower."; 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 = '...'; } }