var fDesc=new Array(); fDesc[1] = "archives or zip files, what is this? Well, zip files are archives used for storing and distributing files and these can contain 1 or more files. WinZip has a feature called Wizard, which will take you through the entire program, helping you to compress wisely."; fDesc[3] = "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[4] = "desire to have many tools together in a single application. Page preview at the same time, displaying the inserted changes in code. The application can open multiple web page files. The split view of the editor allows the user to copy and paste code between two different page windows."; fDesc[5] = "high-quality MP3 files without re-encoding, with the same quality and bit rate of the original files, even if it is variable (VBR). Performance speed is certainly one of its main assets, even when splitting large MP3 files (up to 2GB)."; fDesc[6] = "you merge PDF files together in a simple way. Use this program to split PDF documents into several files. The program will allow you to customize some advanced parameters. Moreover, it works pretty fast."; fDesc[7] = "Windows Explorer. WinNc uses the same key shortcuts and the same mouse functionality as a well known filemanager for DOS called Norton Commander."; fDesc[8] = "looking blur, soft focus and glow effects. FocalBlade is a Photoshop-compatible plugin which can be used in dozens of graphics applications including Photoshop, Paint Shop Pro, PhotoImpact, Photo-Paint, Fireworks and Photoshop Elements, both under Windows and MacOS X."; fDesc[9] = "Documents on paper are scanned and converted into text with its highly accurate OCR capabilities, while electronic files are opened and transformed into readable text on the fly. Once converted, OpenBook’s high-quality synthetic speech will read it aloud for you."; fDesc[10] = "files on your computer. File Manager includes: CD-DVD Writer, File Viewer, Zip Archiver, Picture Viewer, File Renamer, Folder Synchronizer and other."; fDesc[11] = "editing software which is capable of helping its users by providing a very easy to use and userfriendly interface. The Software has a fully functional code editor window which supports all the main features such as syntax highlighting and automatic code completion."; fDesc[12] = "on problems, security warnings and all other events that are generated within Windows."; fDesc[13] = "you can view them on PSP using Trigger L/R, no more zooming, fitting, rotating or slow refocusing time, PSP Manga Splitter also support compressed file format ZIP and RAR, no matter how deep the compressed file is such as RAR in RAR or RAR in ZIP or ZIP in ZIP or ZIP in RAR, PSP Manga Splitter will recursive search and do the work for you, Once they're on your PSP, you can view them anywhere."; fDesc[14] = "reminder system for appointments (with popup reminders and day views), bills and events (birthdays, occasions and special days), will allow you to keep your contacts (with digital pictures regardless where they reside on your hard drive), recipes and other personal information in the many categories. You will be able to find address and phone numbers is a split second using Rapid Sticky Notes which links direct to the contacts database. Now, recording all of your kids milestones and keeping your personal records and achievements is a snap. Excellent Recipe section with easy recipe copier. You can even create digital picture albums for your contacts or subjects, where you can easily view the images by thumbnail, individually or by slide slow. You can select which features you want to use. Truly excellent and feature packed software that we all need. It is probably the handiest software..."; fDesc[15] = "unbound), offering outstanding power and flexibility to browse, edit, add, delete and manipulate tabular and hierarchical data. With far more features for speed and option control, FlyGrid.Net outclasses monster Windows.Forms 3rd party Tree/Grid tools, which are notorious for being difficult to customize. Key features in FlyGrid.Net include flexible runtime/design time node editors for node collection and fastest node management (addition, clearing, sorting), extended cell block selection, split view capability so users can split the grid into separated split views which can all be resized, full support of RightToLeft, and numerous drag and drop options. FlyGrid.Net works in bound and unbound modes, connecting with several types of data sources with provisions for non DB bound data and IList implementors. Developers can create, edit, delete, expand and collapse master/detail views at..."; 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 = '...'; } }