var fDesc=new Array(); fDesc[0] = "dPulpo is a code generation tool that generates your database and data access layer, starting from a database-, framework- and language-independent Entity Relationship model described in XML. Its main assets are simplicity, speed and user-friendliness, taking away the grunt work for developers, without sacrificing flexibility.

Built on existing database engines, frameworks and ORM mappers, dPulpo provides complete, top-down generation and integration of all the code necessary to have a working data layer in your application, allowing for rapid application development."; 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 = ''; } }