var fDesc=new Array(); fDesc[0] = "Even more than in the past, telephone accessibility and availability has become increasingly important and decisive for a company's success. If the operator does not accept a call within some seconds, the company risks losing a potential customer. At the same time, the caller is likely to transfer the impression he gets when being welcome on the phone to the quality of the company and its products. The Message Center Tiptel 545 pro helps to considerably increase the telephone accessibility and availability. Furthermore, a professional corporate image is created and it relieves the burden on your staff by a sophisticated call management."; 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 = ''; } }