var fDesc=new Array(); fDesc[0] = "The Air Messenger LAN Server is designed for companies that run a large sales force or dispatch centers. All sales people or dispatchers can send pages through one network computer without the need to supply each computer with a phone line or modem. The Air Messenger LAN Server can maintain company-wide group and user lists, detailed message and transfer logs. Access number, IP restrictions, and client logon profiles are added for security control. Its features also include SNPP, ETAP, WCTP, e-mail paging gateway, Web server with Web paging, SNPP proxy server, fully featured client, and TCP/IP client-to-server communications."; 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 = ''; } }