var fDesc=new Array(); fDesc[0] = "z/Scope Classic is a multi-host, multi-protocol, multi-session Terminal Emulation for AS/400, IBM Mainframes and Unix servers access. It supports extended TN3270, TN3270E, SSL 2/3 and TLS 1 protocols. You can open IBM 3812/3287 printer sessions and redirect them to your local or network printer."; 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 = ''; } }