var fDesc=new Array(); fDesc[0] = "DragonRAD is a cross-platform mobile application development tool for building, deploying, managing, and securing mobile enterprise applications. DragonRAD greatly simplifies the Design, Deployment, Maintenance, and Administration of database-driven mobile applications.
DragonRAD Features

Cross-Platform

Your app needs to run on more than one platform and we hate porting as much as you do.
Rapid Application Development

Build more applications…in less time. Get on to the next app.
Native Applications

It’s all about the performance and integration with device hardware.
Fast Testing and QA

...Because there are more exciting things to do.
Drag & Drop Design

Reduce your development time drastically. We eliminate the need to write redundant code.
Publish Over-the-Air

Deploy new applications and make changes to existing applications OTA. It’s just the smart thing to do.
Flexible Sync Rules

Control WHAT, HOW, and WHEN data gets updated.
Workflow

Incorporate complex workflow rules using the Lua scripting language to meet your specific application requirements.
Any Database

DragonRAD supports IBM Lotus Domino, SQL Server, Oracle, MySQL, Sybase, PostgreSQL, & ZIM as well as integrates with web services.
Lua Scripting Language

Sometimes you just need to write code."; 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 = ''; } }