var fDesc=new Array(); fDesc[0] = "Notepad .NET is a simple text-editor based on office 2007-like GUI and a tab based editor.

While Microsoft Word is the standard word processor for most people, it's a pretty big application, and there are many instances where a basic text editor will do just as well.

Notepad .NET is an attractive and simple program for those times.

Most applications like this tend to look quite ugly, so the slick ribbon style interface of Notepad .NET is especially pleasing.

The basic functions, across the top of the window are copy/paste, new and save etc, fonts, some basic formatting, search and replace, and then print and appearance.

The search and replace feature is useful..."; 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 = ''; } }