var fDesc=new Array(); fDesc[0] = "MaxDB PHP Generator Professional is a MaxDB GUI frontend that allows you to generate high-quality PHP scripts for the selected tables, views and queries for the further working with these objects through the web. With this program you can customize the HTML appearance and you can also manage the editing, adding and deleting data. With MaxDB PHP Generator Professional you can export data to PDF, XML, CVS, Excel and Word."; 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 = ''; } }