var fDesc=new Array(); fDesc[0] = "ASA Maestro is a high-quality Windows GUI admin tool for Sybase SQL Anywhere server management, control and development. Key features include:

- support for the latest SQL Anywhere server versions 10.x/11.x;
- user-friendly interface;
- database designer;
- handy SQL editor with code folding, syntax highlighting, SQL formatter and multi-threading;
- visual query builder;
- Unicode/UTF8 support;
- complete data management tools with viewing, editing, grouping, sorting and filtering abilities and BLOB Viewer/Editor;
- comfortable access to SQL Anywhere security features;
- data export/import to/from the most popular formats including Excel, HTML, XML, and more.

The application also provides you with a powerful set of tools to manage SQL Anywhere users, edit and execute SQL scripts, build visual diagrams for numeric data, compose OLAP cubes, and much more."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }