var fDesc=new Array(); fDesc[0] = "This programmer's text editor is customizable for any language. It is an IDE for building applications on the Win32 platform. Supported features include auto-complete with pop-up lists, auto-correct, bookmarks, customizable shortcuts, incremental searches, and unlimited un-dos and re-dos.

This program supports scripting with VBScript, JScript and PerlScript. You can create custom forms and execute scripts on certain events. The tools are configurable, including an as-you-type spell checker. You can export documents to HTML, RTF and TEX formats.

The program auto-detects line-break styles and converts them between different code pages, including KOI8-R, ISO 8859, DOS and Mac. You can print and print-preview with color syntax highlighting, and the program offers support for project files, drag-and-drop, and reading and writing Delphi binary files."; 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 = ''; } }