var fDesc=new Array(); fDesc[0] = "ErgoEmacs is a emacs distribution based on GNU Emacs, so it has ALL the features of emacs.

ErgoEmacs improves GNU Emacs for people who did not grow up with emacs. User interface is based on common modern software interface familiar to most people today, such as using Ctrl Ckey for Copy, Ctrl Z for undo, Ctrl O for Open file, and also bundles many elisp packages that are not in GNU Emacs.

Common keyboard shortcut are supported, so you don't have to change your mindset when you switch in and out of emacs."; 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 = ''; } }