var fDesc=new Array(); fDesc[0] = "Go online with this powerful terminal emulator. Com is a complete telecommunications package for Windows 95/98/NT. The application provides ANSI, VT52, and VT100 and VT220, and Doorway terminal emulation, and all popular file transfer protocols are supported including 'pure binary' transmits. Now includes an powerful FTP client that supports file queues, download resume and a drag and drop interface. Com features a simple scripting language with automatic scripting, 50 user-definable macros with support for hot keys, and the ability to add custom sounds to events. Also includes an easy to use FTP client."; 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 = ''; } }