var fDesc=new Array(); fDesc[0] = "xtelsio TAPI for Asterisk is a program that supports dialing and hanging up and informs your TAPI application about incoming and outgoing calls including the caller and called ID, and this for multiple lines of one or several Asterisk systems. You can initiate calls directly from within Microsoft Outlook, ACT or any other TAPI application."; 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 = ''; } }