var fDesc=new Array(); fDesc[0] = "A unique editor with specialized functions for HTML, VBScript, DHTML and CSS, with support for javascript and PHP. Advanced color syntax highlighting and format debugging. Built-in object browser, color picker, color sampler. Toggling, resizable browser window to view current HTML page. Code completion for script objects and CSS. Auto-insert buttons for HTML.
Context help in popup and status bar for HTML tags, VBS object methods and VBS function parameters."; 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 = ''; } }