var fDesc=new Array(); fDesc[1] = "contains ... (1) Access 2007 - database management.. (2) Word 2007 - Word processing. (3) Excel 2007 - spreadsheet. (4) PowerPoint 2007 - presentation software. (5) Outlook 2007 - Email and Personal Manager. (5) Publisher 2007"; fDesc[2] = "enables organizations to reliably manage mission-critical information and confidently run today’s increasingly complex business applications. SQL Server 2005 allows companies to gain greater insight from their business information and achieve faster results for a competitive advantage."; fDesc[3] = "applications and standards-based Web sites Designing Web pages in conditions equivalent to a real browser, without losing direct access to the code, thanks to the new Vista feature live Dreamweaver CS4."; fDesc[4] = "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[5] = "application programs (like Microsoft Excel) and many DBMS (database management systems), using a standard communication protocol (ODBC, Open DataBase Connectivity), and even cross-platform."; fDesc[6] = "developing web pages & applications. It contains Apache Web Server, MySQL Database Management System & PHP Programming Language. So now you can develop your applications locally on you home PC and once you have developed you applications you can upload it to your webhost."; fDesc[7] = "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[8] = "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[9] = "works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features."; fDesc[10] = "instruments for those users who are new to MySQL server and need only its basic functionality."; fDesc[11] = "lot of features will make your work with any MySQL server versions as easy as it can be!"; fDesc[12] = "makes it possible for developers, designers, bloggers, etc., to easily create and manage MySQL databases. The program's interface proves to be very smart and user-friendly, with many tools and helpful wizards."; fDesc[13] = "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[14] = "VI, 7 (.DBF) and FoxPro format. The program supports password protected XLS files. and enables you to select between different sheets under same Microsoft Excel document."; fDesc[15] = "all critical MySQL database management tasks, SQL Studio is a single workbench that provides you with must-have tools for administering MySQL databases."; 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 = '...'; } }