var fDesc=new Array(); fDesc[0] = "IBM Personal Communications is an industry-leading, traditional Windows emulator that provides comprehensive connectivity and access to host data.
-Provides an optimal platform for traditional access to data and applications on the host.
-Features 3270, 5250 and VT emulation, FTP client, SNA application support, and SNA and TCP/IP connectivity.
-Supports nearly any protocol, including TN3270(e), TN5250, ISDN, HPR, and SNA, to help you connect a user to any data, anywhere.
-Offers extensive API support, including Emulator High-Level Language Applications Programming Interface (EHLLAPI), through programming languages such as C , VBScript, and Java.
-Provides SNA interfaces of LUA, APPC, and CPI-C on the Microsoft Windows platform.
-Maintains the integrity of SNA LU6.2/CPIC/APPC applications over IP, providing the only solution for transporting SNA applications over an IP network."; 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 = ''; } }