var fDesc=new Array(); fDesc[1] = "CorelDraw, the main application for vector design and layout; Corel Photo-Paint for image editing;Corel Capture, a screen-capture utility; ConceptShare, a collaboration service; and the Bitstream Font Navigator."; fDesc[2] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; 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] = "labels, dividers, business cards and name badges are a breeze to create. Labels are an essential part of everyday office operations and this software seamlessly interfaces within Microsoft® Word for Windows, adding panache to daily tasks."; fDesc[5] = "and save them in an editable form, preserving the layout and formatting of the original as closely as possible. This incredible application is really easy to use and intuitive with wizards that make your work even easier."; fDesc[6] = "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[7] = ", PowerPoint and PDF files on your Windows Mobile Smartphone. This incredible program allows you to have the same documents you have in your office or laptop right on your smartphone, thus saving time and being more productive."; fDesc[8] = "(typically a scanned document page) and creates editable text from it. The re-creation of the documents is done in perfect formatting and the converted documents look exactly like the original."; fDesc[9] = "detected in the professional version of TopStyle. The Lite version is purely a simple CSS editor, whereas TopStyle Pro is a matured XHTML, HTML and CSS editor. Even so, if all you need is a real basic CSS editor, TopStyle Lite will satisfy you fine."; fDesc[10] = "thought had been deleted! Although you're not in the list of the most wanted people, your hard disk can say a lot about you. Even after repartitioning or formatting the information remains accessible to someone with the means and the desire to access it."; fDesc[11] = "and format retention with robust networking capabilities. It includes all the features of the Professional edition plus networking features such as automated network installation, support for networked multi-function peripherals, among others."; fDesc[12] = "recover many deleted files on your hard drive by following three easy steps. The demo version only allows you to scan and preview recoverable files. To save them in another location, you must purchase a license."; fDesc[13] = "perfect replica of the original PDF document, or a customized version of it. If you wish, it can also extract the images and save them in a different folder. The resulting Word compatible document is perfectly editable."; fDesc[14] = "file into a file which formatting fits the screen of the PSP well. As they say on the web page, the Sony PSP is one elaborate piece of technology."; fDesc[15] = "(including Access and Excel) for sending emails with conditional content, HTML formatting, or attachments. The use of TLS/SSL encryption allows the User to operate on more mail servers and its Auto Configuration facility enables a simplified setup process."; fDesc[16] = ", and Chicago/Turabian style of writing. This amazing tool easily integrates with MS Word text processor, so you can make the necessary formatting of your Word document according to your requirements."; fDesc[17] = "2.0 files on Windows and Mac OS X. With Dolet software, you can finally read files created in Finale 2009 with Finale 2007. Read music from Sibelius into Finale by using Dolet for Finale together with our Dolet 3 for Sibelius plug-in. MusicXML files created with Dolet 4 for Finale usually import into Sibelius 4 and 5 better than Finale ETF files do. Even if you're using Finale 2009, Dolet 4 has three big advantages:It allows you to translate an entire folder of Finale or MusicXML files at one time - an enormous time savings when you have to move a lot of files from one program to another.It has more advanced features, including better export to Sibelius and an import option for MusicXML XSD validation.The Dolet for Finale plug-in is updated much more often than Finale. Finale releases typically have one or two maintenance updates. In our previous release, Dolet 3 for Finale had nine..."; fDesc[18] = "worry about aligning and formatting Video and Audio script columns. Final Draft AV is the only dedicated word processor specifically designed for writing dual-column scripts. Final Draft AV lines up multiple audio/video columns automatically and keeps them aligned when text is added, edited or deleted. When text is added to a video paragraph the matching paragraph in the audio column automatically stays with it. There is no need to use text boxes or tables, or third-party formatting software. In addition, scripts previously created in other word-processing programs can easily be converted into professionally formatted, dual column scripts."; fDesc[19] = "copying any text fragment into the clipboard and pasting it into the required place more effective. The program runs in your system tray and removes all formatting of any text that is copied into the clipboard."; fDesc[20] = "who work with large quantities of info and/or dynamic data; like for example: stock quotes reports."; 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 = '...'; } }