var fDesc=new Array(); fDesc[0] = "Crimson Editor is a powerful yet easy to use source code editor for Windows. This incredible program can be an excellent good replacement for Notepad and it also offers many powerful features for programming languages such as HTML, C/C++, Perl and Java. What is more, the program features a very simple and intuitive user interface which does not need any technical knowledge to be operated and makes this task a breeze. In addition to this, the application allows you to edit multiple documents at the same time using file selection tab, highlight syntax, unlimited undo and redo buffers. manage group of related files into one project, compile, execute and test your code, edit remote files directly using built-in FTP client, and much more. Other features include support Unicode & UTF-8 encoding, drag & drop text editing, single instance / multiple instances, ability to detect changed files, bookmark and go to, highlight active line, highlight matching pairs, multi-byte support with integrated IME (for eastern languages), auto indent, wheel mouse support, copy & paste, line numbers, configurable line spacing, option to save files in Unix format, etc. All in all, if you are looking for a comprehensive software to edit source code, Crimson Editor is prefect for you."; 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 = ''; } }