var fDesc=new Array(); fDesc[0] = "AlphaCom 3.0u New! Powerful multi-session, terminal emulation software for Windows 9x/NT/2000. Supports Telnet/RS-232/Modem connections with ANSI, Wyse 60, SCO Console and VT-100 emulation. Includes dynamic font sizing, saving of session settings, online help, multi-protocol file transfer, finger, host lookup, ping, trace route, time client, LPD remote printing, local pass-through printing, international support, ActiveX interface and much more."; 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 = ''; } }