var fDesc=new Array(); fDesc[0] = "Auto-login and option negotiation capabilities minimize coding
Blocking reads are specifically designed for scripting applications
Inherent multi-threading support for user-interactive applications
Pty property can be set to any control derived from TextBoxBase, turning any TextBox into a Telnet terminal
Log event provides debugging support and session logging"; 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 = ''; } }