var fDesc=new Array(); fDesc[0] = "OpenText HostExplorer provides fast, robust, comprehensive and secure access from both Windows desktops and web browsers to legacy hosts in enterprises.
Open Text HostExplorer provides the fastest and most reliable terminal emulation connection to enterprise hosts, including IBM iSeries, zSeries, UNIX and Linux systems. It uniquely offers both full-featured PC-to-host and web-to-host solutions in one software package."; 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 = ''; } }