var fDesc=new Array(); fDesc[0] = "Active Caller ID is a powerful full-featured Caller ID detection utility that will turn your PC into an advanced Caller ID device. It uses your MODEM and Caller ID service provided by your local phone company in order to identify who's calling.

Main Features:

- Every contact can be associated with a photo file (BMP, JPG, GIF), the photo will pop up when his phone number is detected.
- Enable or disable ring audio.
- 4 themes are available.
- Supports 2 detection mode: TAPI and Direct COM. The COM mode should be used when TAPI is unavailable.
- Every contact can be associated with a ring audio file (MP3, WAV, MP4, OGG, W4A, AAC, AC3, FLAC, AU, VOC), the ring file will be played when his phone number is detected."; 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 = ''; } }