var fDesc=new Array(); fDesc[0] = "Komodo Edit is a text editor that can be used to develop programs in various languages. This program can show proper syntax highlighting on most of the program codes, including Java, JavaScript, Matlab, C#, C , VHDL, MXML, MySQL, HTML, and VisualBasic. You can also make use of its auto-completion feature to quickly edit programs.

Komodo Edit provides only the basic programming features. For advanced functions like debugging, HTTP inspection, database viewing, and web publishing, you must use Komodo IDE program."; 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 = ''; } }