var fDesc=new Array(); fDesc[0] = "RadPHP is the only PHP development solution with drag-and-drop visual design. RadPHP provides both code and design views of PHP applications and HTML pages in the integrated development environment (IDE). Use the visual design view in RadPHP to build user interfaces and database connections by simply dragging and dropping components onto a form. Changes in code and the visual designers are always kept in sync."; 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 = ''; } }