var fDesc=new Array(); fDesc[0] = "Dao-Ext is an open source ActionScript Value Objects and Data Access Objects generation tool.
Dao-Ext is a tool that auto-generates ActionScript VOs and DAOs starting from a local SQLite databse and that will make your life easier when developing Adobe AIR Applications which use local persistent data.
All you need is to donwload and launch Dao-Ext AIR tool, select your local database file and let Dao-Ext does the job for you."; 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 = ''; } }