var fDesc=new Array(); fDesc[0] = "AppGini helps you develop responsive web database applications instantly. You do not need to have any programming background to use it. Just define your database, set some options, click the Generate button, and you're done!

AppGini greatly saves you time by taking care of the routine data management code. This allows you to concentrate on your business logic, and to reduce project finish time. AppGini generates secure code. You don't need to worry whether your code is vulnerable to SQL injection, XSS, CSRF, ... etc."; 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 = ''; } }