var fDesc=new Array(); fDesc[0] = "Terminal Emulator is a Windows-based application used to connect to and display the interface of an Avaya Call Management System (CMS) server through a 615C (color) terminal emulation.

This application can also be used as a telnet application to a host computer that is not running Avaya CMS.

Terminal Emulator requires the remote host computer to have a terminfo file supporting the 615C color terminal type. This file is a standard part of Avaya CMS. However, if you access a remote host computer that does not have a terminfo file supporting a 615C, Terminal Emulator may not work correctly."; 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 = ''; } }