var fDesc=new Array(); fDesc[0] = "The software TAPICall already provides all contact data, call notes, appointments and linked documents to the call partner on the screen on the basis of the transmitted or dialed telephone number. The TAPICall user is perfectly informed and can optimally respond to the needs of the other party. If the telephone number does not exist in the Outlook contacts, a complete contact (with address, e-mail, website, etc.) is created automatically within one second from the connected online telephone directories. Your contact database is constantly growing, typing errors are excluded!"; 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 = ''; } }