var fDesc=new Array(); fDesc[0] = "DesignerFx for PHP is a reporting tool designed for creating reports in the Internet using a client-server technology. In this product we have combined two technologies. The PHP script works on the server-side. This technology controls the report generation. The Adobe Flash technology works on the client side. This technology provides a universal mechanism for reports generation almost on any client. Due to this, it is very easy to use DEsignerFx and, at the same time, the product offers a modern, cost-effective way to provide reports on Web sites, built using the PHP technology."; 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 = ''; } }