var fDesc=new Array(); fDesc[0] = "Telephone Integration Server for MS CRM telephone your telephone system(PBX) with Microsoft CRM 4.0.If an incoming call is detected, a window pops up from the taskbar displaying details of the caller. The information shown in this balloon depends on the server-settings and if the number can be found within CRM. If so, it shows up e.g. name, number, e-mail address, etc.. and the regarding entry is opened automatically."; 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 = ''; } }