var fDesc=new Array(); fDesc[0] = "EasyLynq is a centralized billing and accounting management solution, featuring a complete set of tools for the tracking of all calls across IP networks and traditional
telephony networks, targeting small offices to large multi-branch global enterprises. With a high reliability level, as witnessed by more than 12000 customers worldwide,
EasyLynq gives you the perfect tool for monitoring call traffic and cut operational costs. With its advanced query generator, it provides a unified and accurate view of your
network communication costs and traffic."; 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 = ''; } }