var fDesc=new Array(); fDesc[1] = "Google Talk that really kind of slowed the progress of the messenger down. Now, thanks to it, you can video chat and voice chat with all your contacts. They still have to download the plugin."; fDesc[2] = "it appears in your printers list. With doPDF you can convert documents/files into searchable PDFs from any application that supports printing. Interestingly, this useful PDF conversion utility is absolutely free for both personal and commercial uses."; 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] = "easter eggs for the most popular games. The data has been collected from the ChEaTs software. The authors updated the cheats to include them in CheMax."; fDesc[5] = "documents, PDF, and digital camera images. Superior recognition accuracy and layout retention."; fDesc[6] = "and manage, your users will love having access to those hard to understand terms."; fDesc[7] = "Adobe-compatible files. It is a pdf creator for Windows that allows users to easily create documents in PDF file format. No expertise is required for this program; even novice users can create high-quality searchable PDF files just by selecting the \"print\" command from any application."; fDesc[8] = "find the necessary definition using the main search or the alphabetical search. The program requires the Internet connection and also offers web search with the help of a built-in Google search. No illustrations or examples, but the ads by Google and the banners related to medicine and health."; fDesc[9] = "mobile devices to snap pictures of any text and then convert those pictures into a text file. The program even has a text-to-speech engine, for you to save the regignized text to WAV or MP3 formats."; fDesc[10] = "paper and reproduce documents into editable and searchable Word or Excel files. The program features a very simple user interface with a wizard that leads you through the simple steps of scanning and converting, or you can run the application directly from Microsoft applications."; fDesc[11] = "information and create searchable databases from Web pages, Email, PDF files, texts, and Word documents."; fDesc[12] = "String box. This word can be an English word, or a Korean word (Hangul). The resulting word can be opened at the Word Definition window, that is, the Korean word, its definition, a few examples, and its HanJa equivalent, whenever possible."; fDesc[13] = "changed from Traditional Chinese to Simplified Chinese, and vice versa. When searching for a word, we can write an English word, a Chinese word, or a Chinese pronunciation."; fDesc[14] = "very useful for students of the Russian language wanting to increase and customize their vocabulary. We can create word files and import them to another Russian learning shareware program called Russian FlashCards."; fDesc[15] = "and/or follow-up category. Allknowledge records can be linked to web-pages and/orlocal files.Junior is a fully searchable knowledge ba..."; 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 = '...'; } }