var fDesc=new Array(); fDesc[0] = "An advanced telnet client and terminal emulator -- it emulates a DEC VT100 and supports ANSI colors as well. A full-featured Windows 95 application, its display changes size dynamically to meet your requirements. You can select nonstandard numbers of rows and columns, define up to 26 keyboard macros, and you can also use other TCP/IP protocols for system development work."; 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 = ''; } }