var fDesc=new Array(); fDesc[0] = "Rocket BlueZone is a terminal-emulation suite that provides both traditional desktop and two-tier web-to-host, web browser access to back-end systems including IBM Mainframe (3270), IBM iSeries (5250), Unisys (T27 & UTS), UNIX/DEC (VT) and Secure FTP. Its stability, robust feature set, and industry-standard security make it an ideal enterprise-wide replacement."; 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 = ''; } }