var fDesc=new Array(); fDesc[1] = "application only once on your PC and MultiSet will record all your actions."; fDesc[2] = "and options provided by any HTTP server with great performance and absolute control of it. Its administration is very easy however it doesn’t have any GUI; by using commands and scripts you can set it up quickly in almost any platform."; fDesc[3] = "sound in any audio file with its powerful tools excellent workflow features. iZotope RX 1.0 is a standalone application meant for audio restoration, suppress any unwanted noises."; fDesc[4] = "fast and letting us alter both data structure and the data itself. DBF Manager is innovative software intended to handle databases seamlessly."; fDesc[5] = "program run it requires Java to be installed on your computer, but this is not a problem because you can download it from the developer's site for free."; fDesc[6] = "asking questions about the username, product key, time and locale settings? It is all possible and you can easily do it with Almeza MultiSet!"; fDesc[7] = "firmware area. There are two types of dead or say inaccessible hard drives which are possibly recoverable to a new life. One of them is locked HDD of Laptop or may be of desktop with ATA password."; fDesc[8] = "can be transferred on disks or piece by piece across the Internet, and then put back together at their destination."; fDesc[9] = "compression capability via per pixel recalculation."; fDesc[10] = "the program settings"; fDesc[11] = "JukeBx changes this. It creates playlists as it plays that it creates based on how you, and nine other users, rate the song."; fDesc[12] = "stand-alone software installation CD!"; fDesc[13] = "Reduce building large and complex ActiveX software projects within your development process to several mouse clicks Save your time on rebuilding already existing software projects Manage cross-references among projects and existing components Modify properties of any included project or set of projects Fast project rebuilding in command line mode Tune multiple project's settings in single dialog to automate common steps of large projects building Pre- and Post-build scripts allow you to perform various tasks including Source control system integration Source Control integration allows you to manage you source code database without leaving Active Maker You need Active Maker software when: You implement a complex software product with using Microsoft Visual Basic 6.0 You should sustain complex software products written with Microsoft Visual Basic 6.0 Your software product comprises and..."; fDesc[14] = "guarantees precise operation reproduction and if needed its instantaneous reiteration."; fDesc[15] = "rebuild them. It is very usefull when you want to store large files on floppy disks or CD-Rom."; 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 = '...'; } }