var fDesc=new Array(); fDesc[0] = "Astice-Tapi-Monitor is a software that monitors all TAPI devices connected to the computer. This software was designed to work with all current flavors of the Windows® operating system.

Incoming and outgoing phone calls are recorded. For every phonecall the dialed number, the calling party, start and end time are stored. You can easily export the records for further processing.

Astice-Tapi-Monitor can be used on a standalone personal computer as well as in a local area network where one computer acts as server and other computers are connected as clients."; 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 = ''; } }