var fDesc=new Array(); fDesc[0] = "Telephone Integration for MS CRM 2011 connects your phone system (TAPI, Skype, OCS and/or Lync) with your Microsoft Dynamics CRM 2011. Main functionalities are Click-to-Dial for outgoing calls. Incoming calls will be recognized and shows details of the caller. The new design improves the Microsoft Dynamics 2011 online and on-premise user experience by simplifying call handling."; 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 = ''; } }