var fDesc=new Array(); fDesc[0] = "LyncWizard extends Microsoft Lync/Skype for Business with 4 additional functions. With Lync Wizard you can, in addition, manage busy calls. An incoming call will be displayed on the screen for a second before it will be handled as configured. You'll find all information about this call in your conversation history in Lync and Outlook. LyncWizard may search the corresponding name and address for incoming calls with an unknown number. You can configure an LDAP data source or web services, too."; 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 = ''; } }