var fDesc=new Array(); fDesc[0] = "Omnis Studio is one of the most powerful and flexible Rapid Application Development (RAD) tools available today. With Omnis Studio, independent or team-based developers can create enterprise or web applications for companies and organisations of any size

Omnis Studio lets you develop and deploy applications under Windows, Linux and Mac OSX for diverse markets such as healthcare, human resources, publishing, customer relationship management, e-business, education, government, and more.

Using Omnis Studio, you can create form-based client applications that access all leading server databases, including Oracle, Sybase, DB2, PostgreSQL, MySQL, as well as JDBC and ODBC-compliant databases such as MS SQL Server."; 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 = ''; } }