var fDesc=new Array(); fDesc[0] = "UTS Express Plus32 is a powerful and robust terminal emulator for Windows.UTS Express Plus32 can be configured in a secure manner, limiting the user to an "execute only" mode of operation -- critical configuration issues are left to an administrator; UTS Express Plus32 provides support for all UTS FCCs, UTS terminal keyboard functions, and UTS40 emphasis, as well as, special support for Unisys MAPPER look and screen sizes up to 256 columns and 256 rows."; 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 = ''; } }