var fDesc=new Array(); fDesc[0] = "Attachmate INFOConnect Enterprise Edition for Airlines is a comprehensive package of software components and administrative tools, developed expressly for the airline/travel industry. This single, integrated desktop application offers access to multiple hosts: TPF, Unisys, IBM, and UNIX/VMS. With INFOConnect, a PC operates like an ALC, UTS, IBM System z, System i, or VT terminal."; 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 = ''; } }