var fDesc=new Array(); fDesc[0] = "Linksoft's SoLink Control Server is a feature-rich, Windows-based H.323 gatekeeper (version 4 compliant) offering centralized call management, addressing, security and accounting functions for any H.323 compliant IP telephony network. With the SoLink Control Server, network managers can configure and mange the operation of various H.323-based devices, including gateways (such as Cisco, Antek and Quintum), terminals (such as NetMeeting), IP-phones, soft-phones, and other multimedia devices."; 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 = ''; } }