var fDesc=new Array(); fDesc[0] = "Light Edit is an advanced easy-to-use source code editor for Windows. Although it can serve as a good replacement for Notepad, it also offers many powerful features for programmers and Web-page authors.

The main features of Light Edit:

- Syntax highlighting. Syntax schemes for most common languages (HTML, XML, C, C , C#, Object Pascal, Java, Perl, various SQL dialects and procedural extensions, PHP and others) are included. You can develop new and personalized syntax highlighting schemes and design colors used for highlighting.
- Unlimited text and line size. Light Edit is fast and effective even with large files.
- Bookmarks simplify navigation through the text.
- Columnar and stream blocks used for copying/pasting operations."; 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 = ''; } }