var fDesc=new Array(); fDesc[0] = "EmEditor is a text editor, with support for macros, Unicode, and programming languages. It provides syntax highlighting for 20 different languages, including C , Java, HTML, Markdown, Perl, and Python. EmEditor also has the ability to handle very large files (up to 248 GB). You also get a customizable, tabbed interface with support for plug-ins."; 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 = ''; } }