var fDesc=new Array(); fDesc[0] = "E-Term for IBM provides fast host access to your IBM mainframe or AS/400 using through Telnet as a 3270 or 5250 terminal. Secure connections are fully supported with SSL 2/3 and TLS. It features accurate emulation, easy session management, fast screen updates, and much more."; 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 = ''; } }