var fDesc=new Array(); fDesc[0] = "PHPRunner helps you build responsive, data-driven web applications. After installing this program, you get a complete web application with a set of web pages that all tie together; you can customize these pages according to your need. You can also make use of the numerous application templates with complete graphic interface and database such as shopping cart, calendar, and classified ads. Built-in FTP client can be used to upload PHP pages to the Web server.

WYSIWYG Visual Editor with drag-n-drop capability makes editing easy, without worrying about the underlying code.

PHPRunner is available in Professional and Enterprise editions."; 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 = ''; } }