var fDesc=new Array(); fDesc[0] = "With self-tuning query optimizer and dynamic cache sizing features, data-driven applications built with SQL Anywhere require little to no DBA support to provide a powerful application.

SQL Anywhere applications handle 20,000 transactions per minute, thousands of users and hundreds of gigabytes of data.

Data-driven applications are able to integrate securely and reliably with databases using enterprise-class synchronization features provided in SQL Anywhere.

It is the only synchronization technology that provides data synchronization between the leading mobile devices and Sybase, Microsoft, Oracle, MySQL and IBM databases in the enterprise."; 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 = ''; } }