var fDesc=new Array(); fDesc[0] = "With Blue’s Professional you can easily analyse your telephone traffic using real time statistics and call monitor, or preconfigured and ready-to-use charts and tables. With the practical call dashboard you can select the statistics according to the analysis target and customise them as you like with a single click or export them to other applications (PDF, HTM, XLS, DOC).With a single click, you can find out and keep under control your monthly expense, the most talkative extensions, incoming and outgoing calls, if you had any missed call, how many rings are needed before incoming calls are answered, how much you would have spent with a different telephone carrier, and much more. With Blue’s Professional, find the information you need at a glance and ready to use. Controlling your telephone traffic has never been so easy. You can automatically receive statistics by e-mail for your periodical expense monitor with the frequency that mostly meets your needs, attached, for example, such as PDF and Excel. Blue’s Professional acquires data from any PBX, even from the new IP PBXs."; 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 = ''; } }