var fDesc=new Array(); fDesc[0] = "Offers extensive Caller ID capabilities using a Caller ID compatible modem, TAPI compliant hardware, a serial device, or your LAN/WAN when used with CallAudit Server. These include screen-pops, report generation, speaker phone support, customizable sound announce, alphanumeric paging support, programmable alarms, call notification via e-mail, DDE support with ACT, Microsoft Access and others, call notes, and an integrated phone book. CallAudit Client supports the TAPI standard, allowing it to work in conjunction with other TAPI compliant software packages. CallAudit Client can be used with CallAudit Server to distribute Caller ID data across a PC network."; 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 = ''; } }