var fDesc=new Array(); fDesc[1] = "introduced with a number of improvements, which includes a list of new features, bug fixes, a number of new parameters, functions, methods, extensions, classes, INI configuration Directives and also security enhancements."; fDesc[2] = "files (executables, libraries, custom controls, data files e.t.c.) and extracts multimedia files. Extract files stored in EXECUTABLES, LIBRARIES, MICROSOFT® OFFICE FILES, DATABASES, RAW or BINARY FILES (like exe, dll, ocx, doc, ppt, xls, pdf, mdb...) ."; fDesc[3] = "Visual Basic language along with the included facilities for developing Microsoft.NET applicationes as well as stand alone software. Easy to learn and to use, step by step guides the developers to create tested, compiled and debuged applications for Windows and Windows.NET environments."; fDesc[4] = "that it contains libraries that provide functionality to deploy fault-tolerant, distributed, multi-tier Java software, based mostly on modular components running on an application server."; fDesc[5] = "interface to extract DVD contents and save them as MP3 files,as well as Audio inserted in DVD and MPEG files to be converted to MP3 and played on any MP3 standard player. The libraries that this application uses for encoding MP3 are up-to-date."; fDesc[6] = "software was designed for Java programmers: both for beginners and for professionals. The interface is much similar to Microsoft Visual Studio. As compared with other Java-based editors, JCreator doesn’t include unnecessary features, but the ones you will use every time."; fDesc[7] = "products carrying the Libronix DLS logo work together seamlessly. Books from multiple publishers are automatically integrated into a single digital library on your system. You can expand your library with tools and content from different publishers and everything works together automatically. Look for the Libronix DLS logo to ensure that your growing library remains accessible through one, easy interface!"; fDesc[8] = "creation of a full copy of a DVD movie, locating a VIDEO_TS folder on the hard drive and burn it to a DVD disc or select several movie titles and join them together and burning audio files onto a DVD."; fDesc[9] = "JACK and SDL libraries and audio card are required. With LMMS you can produce electronic music via your computer, so you don’t have to buy expensive hardware for having great sounds and making cool music."; fDesc[10] = "Net Control 2 - Control Your Network Easy..."; fDesc[11] = "PC, navigate through the CD-ROM, and listen to any sound by clicking on it. CDxtract also displays detailed informat..."; fDesc[12] = "use with the house builder wizard to build your space with all the specifications you desire. You can add walls, colors, furniture, lighting, landscapes, plants, shrubs, trees, pathways, etc. It includes a lot of libraries. Also you can create animation, calculate measurements and cost estimating."; fDesc[13] = "quickly document a variety of complex structures, systems and processes.ConceptDraw V charts can be shared as a large array of graphic files and CAD documents, presentations and web pages.ConceptDraw V is a Windows and Macintosh cross platform. All documents and libraries are 100% compatible. Thanks to the advanced libraries of pre-drawn shapes, ConceptDraw V provides the best assistance the best assistant for most charting tasks and can be broadly applied within a small office or a larger enterprise."; fDesc[14] = "to cover any detail on model train layout design: tracks, crossings, angles, virtual vehicle for checking clearance, signals, catenaries, etc. including all the standard scales and gauges."; fDesc[15] = "designed to take complete (root) control of a computer system, without authorization by the system's owners or managers. GMER monitors the processes creating, drivers and libraries loading, file functions, registry entries and TCP/IP connections"; fDesc[16] = "With the help of this product you can add, move or delete the objects of your choice very easily. The libraries of EZ-Scenery contain hundreds of familiar 3D objects that we see normally around us."; fDesc[17] = "libraries. The software includes features like 2D/3D Exterior Home Design, 2D/3D Landscape Design, Skylight & Dormer Cutout Tools, Deck Cutout Tool, Brand Name Content, Decorator Palette, Compass,"; fDesc[18] = "and automation utilities."; fDesc[19] = "icons can be saved in ICON/BMP/GIF/JPEG formats, and can also be saved in Icon Libraries."; fDesc[20] = "cursors, import and export cursor images and create cursor libraries for better and more efficient storage."; 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 = '...'; } }