var fDesc=new Array(); fDesc[0] = "Secure 92 is the complete terminal emulation and data communications package. Featuring precise emulation of HP2392A, HP700/92, HP700/96, HP700/98, HP ANSI, VT100, and VT320 CRT terminals. Secure 92 provides users with a powerful connectivity tool that combines the flexibility of the PC environment with the power of host computing."; 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 = ''; } }