var fDesc=new Array(); fDesc[0] = "HTML Notepad is a complete editor for documents and scripts for HTML, CSS, JavaScript and XHTML.

User interface is clear and very complete: it remembers the Microsoft Office Style, which makes it easy to use.

The application allows the user to create and edit or modify code in HTML, XHTML, JavaScript and CSS, all in a single application. In addition, the software includes some utilities for validating code, as well as reuse it.

User interface is very intuitive for any Windows user, offering a clear text editor with highlighted lines and parts to make easy navigate through the created or edited text, in all the modes (HTML, CSS, etc.). Auto Complete for HTML tags and CSS. Code inspectors for checking HTML tags and CSS code. It includes a useful spell checker for text code.

Also, the interface offers useful utilities such as Code View, Preview, Horizontal and Vertical split, where the main window is divided and one part shows code while the other displays the corresponding preview.

Templates, Find and replace utilities, bracket matching, etc."; 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 = ''; } }