var fDesc=new Array(); fDesc[0] = "It is a very fast and enjoyable way to control your computer with the keyboard as easy as operating a washing machine using natural word order commands. No need to memorize geeky instructions!
Combine the usability and simplicity of a GUI (Graphical User Interface) with the rapidity of CLI (Command Line Interface) and you get EasyShell."; 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 = ''; } }