var fDesc=new Array(); fDesc[0] = "The OutCALL application is designed for integration with MS Outlook, providing users with: Outlook contacts integration, incoming calls pop-up window notification, click to dial from email/contact.

Bicom Systems has decided to offer OutCALL in open source format in order to further stimulate development of Asterisk and related open source projects.
Active calls are listed by 'From' and 'To' phone numbers. Select an active call and click 'Hangup' button to
terminate active call or 'Close' to exit the window."; 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 = ''; } }