var fDesc=new Array(); fDesc[0] = "Generate Web, Mobile and Cloud applications in record time, straight from your database with Iron Speed Designer. Simply point to an existing database and let Iron Speed Designer create a visually stunning, feature-rich application that is easy to customize and ready to deploy.

In just minutes you get a complete application - pages, code and SQL - without hand-coding. You enjoy unrestricted access to all source code, and there are no run-time license fees or proprietary software requirements.

Whether you need an application for data entry, reporting, tracking or management, Iron Speed Designer pays for itself the first time you use it. Join thousands of others who have developed and deployed database applications to the Web, Cloud, Apple and Android environments."; 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 = ''; } }