var fDesc=new Array(); fDesc[1] = "really easy-to-use since most of the utilities within the suite can be controlled and accessed through the Task Launcher homepage. The Works startup screen initially offers access to a calendar and contacts, but you can also view templates."; fDesc[2] = "database that fits in a 2.5MB JAR file. Java DB 10.5.3.0 adds bug fixes plus message localizations to the features introduced in Java DB 10.5.1."; fDesc[3] = "partners. With a simple and clean interface you can easily install this application locally on a single workstation or on several workstations based on any network at the same time."; fDesc[4] = ".exe, or launch as a Visual Studio project Simplify database deployments and installations both SQL Server 2000 and 2005 Easy roll-out of database application updates across your client base"; fDesc[5] = "users who constantly are faced with applications of unknown origin, like the reviewer of this one. Once you install Spy Emergency 2008 into your computer, it will scan your files and create a snapshot of what your system looks like."; fDesc[6] = "software. After adding a site, a tailored complaint notice or a DMCA notice can be sent."; fDesc[7] = ", managing and sharing all these data is very a common problem. Here is where Data Guardian can help you a lot. This powerful application lets you store all your personal IDs, passwords, and other data, in a very secure way."; fDesc[8] = "as DVD, VHS, VCD, LaserDisc or home videos with detailed information. Retrieve movie info from online movie database!"; fDesc[10] = "application. No third party components. Pure Delphi.Examples include: Database application example, Reports, mysql,sound, and many many more."; fDesc[11] = "building blocks to put together a complete database application in minutes."; fDesc[12] = "form-based applications. The package contains a runtime program for document presentation, data entry and database management. Double-byte enabled."; fDesc[13] = "that have torrent applications."; fDesc[14] = ", version numbers, registration information, application web sites, upgrade information, and more. Software Catalog can also act as a password database."; 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 = '...'; } }