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] = "offers Deposit bonus 100% up to $600 and have a number of world-class poker pro endorsers, such as Howard Lederer, Chris Ferguson, Phil Ivey, .."; fDesc[3] = "displays the results in a web browser. The tool works with Internet Explorer or Firefox with a Plugin. The program resides as a small icon in your desktop system tray."; fDesc[4] = "definitely one of the best database managers for MySQL I ever seen. Manage multiple servers, databases, tables, indexes, stored procedures... Perform complex SQL queries, execute scripts, and more."; fDesc[5] = "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[6] = "drag them from the Windows Explorer to the AF5 window. The application assists in changing the prefix or suffix of the filenames, replacing a string in the filenames, cutting characters from filenames, converting to upper case or lower case, custom set filenames."; fDesc[7] = "replace in Microsoft Excel, Microsoft Word and PowerPoint files. Once you have find a text you were looking for, you can replace it with a text you previously wrote on the replace window."; fDesc[8] = "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[9] = "FlySpeed SQL Query is an easy-to-learn-and-oper ate graphical tool to work with data for all database users and developers. It works with almost any database server and allows you to build queries without needing deep knowledge of SQL syntax."; fDesc[10] = ", Firebird or InterBase. It's an all-in-one solution for monitoring, managing and performing queries to all your databases."; fDesc[11] = "Excel, HTML, CSV. Chain Multiple SQL Queries in one view. Drill from one query to another,Feed output of one SQL as input to another SQL query."; fDesc[12] = "development. PostgreSQL Maestro provides you with graphical user interface (GUI), which allows you to perform database operations easy and fast."; fDesc[13] = "provides you with graphical easy-to-use user interface (GUI), which allows you to perform database operations easy and fast."; fDesc[14] = "as well as direct editing of a query text is available."; fDesc[15] = "a query using the standard Query Designer. You can also create queries too complex for the Query Designer."; 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 = '...'; } }