var fDesc=new Array(); fDesc[0] = "A TAPI based Voice-Mail/Caller ID/Paging software package for Windows 95/98. CallAudit Voice offers a tremendous range of features and tight integration with Caller ID. Features include, Custom greeting messages for specific callers, Separate greeting message for blocked calls, Send calls from selected callers directly to voice mail, Support for two 2 telephone lines, Option to have all calls appears in Microsoft Exchange or other MAPI mail system, VoiceBroadcasting, record incoming calls, Speaker Phonecapabilities, forward voice messages to a separate telephone number, send alphanumeric/number pages basedon incoming voice messages, and Option to forwardreceived voice messages via E-Mail. REQUIRES: Windows95/98; Voice capable MODEM that supports the MicrosoftTAPI standard or TAPI compliant voice card; MODEM INFfile tailored for TAPI use; Microsoft UniModemV TAPI MODEM driver; Sound card, microphone, and speakers."; 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 = ''; } }