var fDesc=new Array(); fDesc[0] = "MultiView gives you access to legacy applications with robust yet customizable terminal emulation software. From SCO ANSI through DEC VT100-420 and AT386/UnixWare to WYSE 60, you get accurate 32-bit emulation with the flexibility to customize the software for today's corporate needs. File transfer protocols include Zmodem and Kermit.
MultiView contains powerful user-friendly tools to help you face-lift your UNIX applications. These tools can be immediately implemented without programming. Face-lifting applies a mouse-driven graphical user interface to your legacy applications.
Task automation is an integral part of face-lifting. Task macros can be recorded as you work and saved as scripts. Logging on to a UNIX host, launching an application and navigating its menus can be simplified down to the click of a button.
Multiview includes a collection of administration tools to provide one-step centralized software installation, upgrades and maintenance to save valuable time and money. With Secure Shell (SSH1 and SSH2) support, all data exchanges between the terminal emulation client and the remote UNIX server are fully encrypted and secure."; 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 = ''; } }