var fDesc=new Array(); fDesc[0] = "EditPlus is a text editor with built-in FTP, FTPS, and SFTP capabilities. While it can serve as a good Notepad replacement, it also offers many features for Web developers and programmers. It comes with syntax highlighting for HTML, PHP, Java, C/C , CSS, ASP, Perl, JavaScript, VBScript, Python, and Ruby on Rails. You also get seamless web browsing for previewing HTML pages. Other features include Hex Viewer, HTML toolbar, line number, ruler, URL highlighting, auto completion, clip-text, column selection, search and replace, multiple undo/redo, spell checker, and customizable keyboard shortcuts."; 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 = ''; } }