var fDesc=new Array(); fDesc[0] = "Easily add SSH and Telnet connectivity to your .NET applications. In addition, it also adds exclusive SSH and Telnet Terminal Emulation Controls to your WinForms App. It helps you integrate Secure Shell (SSH) security functionality into your Internet applications easily. The Ultimate SSH Shell Telnet Component includes SSH-enabled client communications components supporting strong encryption and advanced cryptography."; 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 = ''; } }