var fDesc=new Array(); fDesc[0] = "PASSPORT WEB TO HOST is a powerful web-based terminal emulation suite designed for IP communication to IBM mainframe, AS/400, and UNIX applications. The mature web-to-host package offers TN3270, TN5250, SCO ANSI, VT100, VT220 and FTP clients, and is an ideal replacement for older desktop-based emulators like Attachmate EXTRA!. With its competitive pricing, you can save 50% to 75% on the amount of money you would normally spend for host access. PASSPORT WEB TO HOST Highlights: * TN3270, TN5250, VT100, VT220 and SCO ANSI emulation clients * FTP file transfer client * Compatible with Internet Explorer"; 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 = ''; } }