var fDesc=new Array(); fDesc[0] = "HyperTerminal Private Edition is capable of connecting to systems through TCP/IP Networks, Dial-Up Modems, and COM ports.
You can use a TCP/IP network to connect to systems on the Internet or your network using Telnet or Secure Shell (SSH) or use a Dial-Up modem to dial into modem based systems. Also you can talk directly to many different types of devices using serial COM ports."; 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 = ''; } }