var fDesc=new Array();
fDesc[0] = "IdentaPop Pro is a Caller ID screen pop program for TAPI telephone systems and voice modems that integrates with Microsoft® Outlook® contacts including public folders on Microsoft Exchange Server for screen pops and journal call logs. Between calls IdentaPop sits in the tray using very little overhead.
Main features:
- Supports all TAPI IP or business telephone systems including 3CX, Alcaltel, Allworx, Asterisk, Avaya, Cisco, Ericsson, ESI, NEC, Nitsuko, NBX, Nortel, Panasonic, Phillips, Siemens, Splicecom and Zultys.
- Supports Caller ID Capable Voice Modems.
- Available as an Outlook Toolbar Add-in.
- Supports Multiple Phone Lines.
- Pop Caller ID Screen Text Overlay.
- Pop Caller ID in a Tray Icon Balloon.
- Outlook Contact Screen Pops.
- Outlook Linked Journal Screen Pops.
- Outlook Journal Time and Duration Stamp.
- Search Sub Contact Folders.
- Outlook Custom Form Support.
- Pass Caller ID to External Program or URL.";
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 = '';
}
}