var fDesc=new Array(); fDesc[0] = "SQLite PHP Generator is a freeware but powerful SQLite GUI frontend that allows you to generate high-quality SQLite PHP scripts for the selected tables, views and queries for the further working with these objects through the web. Key features include: data management abilities (adding, editing and deleting records), customization of the HTML appearance, filtering and sorting abilities, support for images and hyperlinks, data protection with a lot of security settings, integrated script navigation and ability to create multilingual web apps."; 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 = ''; } }