var fDesc=new Array(); fDesc[0] = "EXTRA! X-treme terminal emulation software securely connects Microsoft Windows users to IBM System z (Mainframe), IBM System i (AS/400), and UNIX systems.

With more powerful customization and automation tools, bolstered SSH security, and integration with the latest platforms and technologies, EXTRA! X-treme provides the advanced security and flexibility you need to get the most from your mainframe applications."; 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 = ''; } }