var fDesc=new Array(); fDesc[0] = "TotalEdit is a simple but powerful text editor where you will be able to write and edit source code of many programming languages. Its tabbed interface is well structured and all its functions are organized in different menus. Besides, it has a project explorer that allows you to view, and edit any folder on your computer, and you will be able to edit more than one file at the same time.

Some key features of TotalEdit are:
- It supports Windows (ANSI), UTF-8, Unicode, Unicode (Big-Endian), UNIX (LF), MAC (CR), PHP, C, C++, Java, HTML, ASP, JSP, CSS, Javascript, Perl, Python, Ruby, Pascal and SQL.
- Run external tools. The application lets you to run external tools and capture their output.
- You can compare files.
- You can create, execute, delete and manage macros inside the program.

If you are an experienced programmer and you are looking for a flexible and powerful text editor that helps you to deal with complex source code, then TotalEdit is an excellent option, and one of the best parts is that is totally free."; 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 = ''; } }