var fDesc=new Array(); fDesc[0] = "Maguma Studio is a source-level IDE, equipped with all the features known from other languages' development environments.
Through tight integration of the PHP interpreter and the PHP documentation, Maguma Studio gives developers a time-saving development tool. It features full integration of the PHP interpreter and the PHP documentation (through "function insight" and F1-key popup manual pages), integrated preview window, full syntax highlighting for HTML and PHP, Auto Complete for frequently used text constructs, tag buttons, and all the standard editing functions like unlimited undo, copy and paste, searching, etc. Studio is smaller and loads faster than other PHP IDEs."; 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 = ''; } }