var fDesc=new Array(); fDesc[0] = "Notepad X is an alternative open source text editor for Microsoft Windows, with a lot of customization options created to help users managing text documents, featuring tab navigation.

The current version is the Notepad X v2 (Build 5), and its developed with Microsoft C# using the .Net 2.0 framework.
Some of new versions main features are :

* Better management of the documents, settings and the whole application.
* Option to create custom plug-ins to expand the application features.
* Option to modify all the available shortcut keys.
* Custom translations & tool bars for the application.
* Custom icons.
* Syntax highlighting when writing programming languages.
* Download manager for easily download of customizations."; 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 = ''; } }