var fDesc=new Array(); fDesc[0] = "PASSPORT PC TO HOST offers best-of-breed terminal emulation for Microsoft Windows 7. With its advanced suite of robust TN3270, TN5250, VT, SCO ANSI and Wyse terminal emulation clients and FTP file transfer, the multi-host access package continues its legacy as the leading alternative emulator to incumbent solutions from Attachmate, IBM and Micro Focus."; 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 = ''; } }