var fDesc=new Array(); fDesc[0] = "Termius features a robust emulation environment with full Emacs, Vim and MC support. Special characters, colors and command line tools work exactly how you’d expect them to. Run multiple concurrent terminal sessions on any device you own, with SSH, Telnet, and Mosh. Termius comes with powerful organization features. Combine a collection of hosts into a group with shared settings, easily configured at the top level. Effortlessly find what you’re looking for with tagging, search and rich previews."; 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 = ''; } }