var fDesc=new Array(); fDesc[0] = "ESTOS PhoneTools for Communicator.

These innovative component features have been developed specifically for Microsoft Office Communicator. The optional ESTOS PhoneTools add comfort and simplify telephony with hotkey dialing and TAPI dial support.

Main features:

-Hotkey dialing
Working with Windows programs (e.g. Internet Explorer) users are now able to highlight a phone number and then by pressing one key (hotkey) initiate the call. This saves time as copying and typing of phone numbers is not needed anymore. The particular hotkey can be specified by each user.

-TAPI Service Provider for outgoing calls

The ‘so-called’ Communicator TAPI Service Provider, a special driver, enables dialing from all Microsoft TAPI compatible programs via the Communicator Client.

This way already existing applications can be used as well as the telephone functions of the Office Communicator."; 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 = ''; } }