var fDesc=new Array(); fDesc[0] = "TurboPhp is an object-oriented, event-driven application model for PHP web applications. Layouts are completely described by valid HTML that can be edited with standard tools. IDE has visual designer, property inspectors, and event-aware code editor.

For expressive power, TurboPhp provides a powerful, drag-n-drop system for HTML layout. Use nested controls and alignments to develop complex user interfaces that translate directly to the browser.

TurboPhp supports dynamic data presentation that is beyond WYSIWYG. As panels or data blocks are generated at runtime, layouts expand, keeping your design intact.

The layout approach uses HTML tables and CSS styles to achieve a wide range of browser compatibility without complex scripting."; 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 = ''; } }