var fDesc=new Array(); fDesc[0] = "z/Scope Warp is a GUI/HTML enabled terminal emulator. Runs as a stand-alone and web-browser enabled for accessing AS/400 iSeries and IBM Mainframes under Microsoft Windows platforms. z/Scope Warp provides built-in security and connectivity to SSL/TLS enabled legacy hosts. z/Scope Warp is a multi-session/multi-connection terminal emulator, that provides users and system administrators with the most powerful, customizable, easy to use, secure terminal emulator for Microsoft"; 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 = ''; } }