var fDesc=new Array(); fDesc[0] = "PowerTerm Interconnect supports a full line of IBM, Digital, Wyse, Data General, SCO and other Terminal emulation types. PowerTerm Interconnect facilitates connection to applications running on a variety of hosts such as IBM AS/400, IBM Mainframe, Digital and UNIX, over network, Internet, modem or direct serial links from any PC. Features include customizable function keys, PowerScript language, multiple concurrent sessions, history scroll bar, menu bar, scalable fonts, selectable fonts, intelligent copy & paste, FTP client, Intellimouse, advanced printing and file transfers between PCs and hosts. This full-feature client ensures fast, reliable connections for sharing information throughout the enterprise, regardless of host type. PowerTerm Interconnect is available in English, German, French, Spanish and Italian."; 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 = ''; } }