var fDesc=new Array(); fDesc[0] = "Anzio Lite is part of the Anzio Family of terminal emulation products. Anzio Lite supports several methods of communications including over a direct serial line, over a modem, over the Internet or over a local area network. With full screen, zoom, 132-column support and an easy to use interface. Anzio Lite is a feature-rich and affordable communications tool. Supporting multiple terminal emulation types, along with basic passthrough printing. Anzio Lite can act as a dumb terminal, as a Telnet client or as a Secure Shell (SSH) client. Anzio Lite is a feature-rich and affordable communications tool."; 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 = ''; } }