var fDesc=new Array(); fDesc[0] = "z/Scope Express VT is a light-weight, fast and secure terminal emulator, featuring an integrated tabbed multisession emulation. It runs under Windows Vista, Windows 7 and also 98SE/ME/NT/2K/XP platforms. Furthermore, all z/Scope emulators are prepared for Windows Server 8. z/Scope Express VT offers an unmatched look&feel and the most intuitive and user-friendly interface."; 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 = ''; } }