var fDesc=new Array(); fDesc[0] = "Microsoft Host Integration Server provides comprehensive host access and integration, extending Microsoft Windows to other systems by integrating host applications, data sources, messaging, and security systems. This enables the reuse of IBM mainframe and midrange data and applications across distributed environments.

Host Integration Server offers a strong, dependable, and secure platform on which to leverage and extend existing investments in SNA and Web technologies. Host Integration Server enables rapid adaptation to new business opportunities while preserving existing infrastructure investments."; 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 = ''; } }