var fDesc=new Array(); fDesc[0] = "DameWare SSH Client for Windows is a free tool that lets you make multiple telnet and SSH connections from one easy-to-use console. With the free DameWare SSH Client, you can manage multiple sessions from one console with a tabbed interface, save favorite sessions within the Windows file system, access multiple sets of saved credentials for easy log-in to different devices, and connect to computers and devices using telnet, SSH1, and SSH2 protocols."; 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 = ''; } }