var fDesc=new Array(); fDesc[0] = "With Blue’s Professional you can easily analyze 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 customize them as you like with a single click or export them to other applications (PDF, HTM, XLS, DOC)."; 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 = ''; } }