var fDesc=new Array(); fDesc[1] = "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[2] = "variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981."; fDesc[3] = "University of California. The current release includes many fixes reported by its contributors and some new features like full text search integration, support for SQL/XML standard, and other more. PostgreSQL works in Linux, UNIX and Windows platforms."; fDesc[4] = "includes many improved and enhanced features. However, there can be some behavioral changes as this new release includes certain functionalities that differ from the previous versions. The latest update for Microsoft Visual FoxPro 9.0 is Service Pack 2 which is free."; fDesc[5] = "connect, visualize details, explore the structure, execute SQL statements and perdform many other operations in database servers. DbVisualizer uses JDBC drivers to connect to all major relational databases, including MySQL, Oracle, PostgreSQL, SQL Server, SAP DB and more."; fDesc[6] = "Builder, Web Calendar Builder, IDE, code generator, and more. Supports ASP/VBScript, C# VB.NET, ColdFusion, JSP, Java Servlets, PHP, Perl."; fDesc[7] = "authoring, XML Schema, XML conversion, Relax NG and Schematron development, DTD, XPath, XQuery debugging, XSLT, SOAP, as well as WSDL testing."; fDesc[8] = "platform but is also available for Windows. What it does is to handle enormous demands on large databases and high transaction volumes at an excellent cost."; fDesc[9] = "capabilities, with a relational database including an intuitive user interface for instant searches. Twelve years of development have given Papyrus a complete range of innovative features; nevertheless, we still focus on what is really important for our users. This is why Papyrus has become the fastest, most efficient, and probably the most stable office software package sold today. You can even use Papyrus from a USB memory stick. This means that you can take your Papyrus (and your data) with you, and use it on any Mac (or Windows) computer. Remove the memory stick, and leave the system untouched. Of course, you can also use Papyrus traditionally, installed on your hard disk: its your choice. (You can install your Papyrus onto any USB Memory stick simply by copying the installed Papyrus folder - less than 10 MB! - from your hard disk to the USB stick.)"; fDesc[10] = "you from the rigid framework of conventional databases. LM manages ideas, as a brainstorming application."; fDesc[11] = "integration, connectivity, and power and analysis capabilities. Computing features maximize the sharing of information within the organization. Approach 9.5 offers tight integration with Lotus Notes, making it an excellent tool for reporting on, analyzing, and updating Notes data. Approach lets users connect to all data, whether it is stored in dBASE, DB2, Oracle, Lotus Notes or almost anywhere else. Approach is sold as part of the SmartSuite."; fDesc[12] = "extension) from data stored in any relational database. You can explore the resulting cube with our OlapCube Reader or Microsoft Excel."; fDesc[13] = "object/relational persistence and query framework."; fDesc[14] = "technical support. PC, LAN and Web versions available."; fDesc[15] = "off-line backups, in useable relational form. Easy to use, connects directly or imports MySQL dumps"; 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 = '...'; } }