var fDesc=new Array(); fDesc[1] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy."; 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] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up."; fDesc[4] = "to non professionals developers, but is built with the same technology than the line of SQL Server 2005. This version is more complete that the Jet Version, or the MSDE version."; fDesc[5] = "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[6] = "save all your product keys to a text file for printing or copy the serial number to your windows clipboard."; fDesc[7] = "program includes many tools and options that will help you to browse multiple databases and connect them. It can import and export data from/to SQL files, SQLite files, ODBC tables, Excel spreadsheets, Microsoft Access, plain text files, and other resources."; fDesc[8] = "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[9] = "works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features."; fDesc[11] = "Tool can repair mdf files of Microsoft SQL Server 7/2000/2005/2005 (64-bit) and save recovered data as SQL scripts or import into SQL server directly"; fDesc[12] = "as MSDE 2000. Lost or forgotten passwords can be either recovered or instantly reset."; fDesc[13] = "Manager 2005 works with any SQL Server versions from 7 to 2005 and supports all of the latest SQL Server features."; fDesc[14] = "advantage of converting formats from one into another in a very easy way and with a very fast conversion speed. This software supports large objects, indexes, primary keys, default value, foreign keys and more."; fDesc[15] = "database objects using different criteria. This program can be very useful when you don't know in which table you should search since it will search one or more databases based on the given criteria."; 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 = '...'; } }