var fDesc=new Array(); fDesc[0] = "NetTerm is a network terminal which can act as a telnet client, direct connect terminal and modem connected terminal to hosts that support the telnet protocol or dial-in modems. NetTerm supports password, SRP and Microsoft NTLM authentication. The authentication method selected is determined automatically through a series of message exchanges with the host during the connection phase."; 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 = ''; } }