var fDesc=new Array(); fDesc[0] = "General Features:
-Keyboard and Mouse support.
-Mouse code Drag-Drop support.
-Highlight and Tab to block indent, Highlight and Shift Tab to block outdent.
-"Intellimouse" style scrolling with Middle Mouse Button.
-Code Folding.
-Bracket Matching.
-Unlimited Undo/Redo buffer.
-Bitmap and non-monospace fonts support.
-Gutter margin / line number margin
-Visible Whitespace support.
-Printing.
-Split View support for both axis.
-Project Manager support.
-Project Manager supports auto versioning.
-Find and Replace support.
-Integrated browser used for help.
-Favorites support integrated inside the application and Related Links support.
-Large integrated help system.
-Help search tools and contents tree.
-Integrated Expression Evaluator.
-Powerful user interface allows you to lay out -Protean however you wish.
-Toolbox support.
-Drag and drop code from any editor into the toolbox for later use.
-Toolbox templates.
-Build on a powerful framework, support for third party plugins."; 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 = ''; } }