var fDesc=new Array(); fDesc[0] = "PHP Report Maker is a reporting tool that can generate dynamic PHP Web reports from MySQL, PostgreSQL, Microsoft Access, Microsoft SQL Server, and Oracle database. You can instantly create live detail and summary reports or crosstabs reports for your Websites. JavaScript (HTML 5) charts (column, bar, line, pie, area, doughnut, multi-series and stacked chart) and Flash charts (funnel, Candlestick and Gantt chart only) are supported. The generated Web pages are pure PHP, no server side or client-side component is required. PHP Report Maker is designed for high flexibility, numerous options enable you to generate the reports that best suits your needs."; 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 = ''; } }