var fDesc=new Array(); fDesc[0] = "Source Editor is a great and simple editor with text coloring.
You can edit next types of files: C/C++ (.c, .cpp, h), C# (.cs), Java (.java), Ix86 Assembler (.asm, .inc), Resources (.rc), Java Script (.js), Cascading Style Sheets (.css).
Also you can edit web files and view them in the inner (or external) browser: XML (.xml, .config), Html (.html, htm), ASP.NET(.aspx, .asmx).
Moreover it can print source files in the graduated black & white, it can generate html-image for publication code in the Internet and much more."; 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 = ''; } }