var fDesc=new Array(); fDesc[1] = "other applications of this kind. With this tool you can write images on a disc, mount on a virtual drive, create an image from a disc or convert it to different formats, create bootable CDs/DVDs, etc."; fDesc[2] = "organize your information. When you use the program for the first time, it automatically finds all supported applications such as Microsoft Office or e-mail programs, so you can drag and drop any document to the application's associated button in PaperPort."; fDesc[3] = "by scanning. The user can then store their documents on disk, or organize them for fast retrieval and management. They can then seemlessly share these documents with other applications like Microsoft Word or Excel for greater office productivity. It's as easy as clicking the scan button and sending the scanned file to the chosen associated application. These utilities empower the user by giving them total control of all their documents stored on disk."; fDesc[4] = "viewer standard, dethroning the Adobe Acrobat. A very important detail is that this application you can use it legaly without spend a buck since its a freeware."; fDesc[5] = "can be an excellent good replacement for Notepad and it also offers many powerful features for programming languages such as HTML, C/C++, Perl and Java."; fDesc[6] = ", AutoCAD and plain-text into PDF. Supports PDF merging and digital signing from the Windows Certificate store."; fDesc[7] = "execute realtime DNS and PING test, while making subnet creation and network worksheet generation simple and easy. It's an indispensable tool for almost any network administrator."; fDesc[8] = "count, document name, Time and date of printout, and printer name to your favorite spreadsheet."; fDesc[9] = "business (Small Medium or Large)."; fDesc[10] = "users to embed 3D images in a PDF via MS Office using Spinfire from www.Actify.com."; fDesc[11] = "with minimal efforts and is capable of doing virtually all the web-related operations. It features a range of capabilities such as Drag-and-Drop, PayPal shopping carts, and it supports all Windows operating system including Vista, IE 7, along with Flash Slide shows, Text FX and more."; fDesc[12] = "program can be an excellent alternative to Windows Explorer. With Turbo Browser you can preview almost all files formats: text files, documents, graphical and multimedia files and others."; fDesc[13] = "vertical text and features up to 58 languages. The program has a full support for PDF format. It can be useful to split or merge PDF for editing the files. The PDF writer acts as a virtual printer along with other compression options like lossless, lossy and mixed which have different functions."; fDesc[14] = "and search for all your scanned papers, image and computer documents with ease."; fDesc[15] = ", photos, images, business cards, and all other documents created by Windows platform. eDocXL is really easy to install and you can start it within seconds."; 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 = '...'; } }