var fDesc=new Array(); fDesc[0] = "Microsoft Lync 2010 Conversation Translator allows you to send and receive instant messages with Microsoft Lync using the Microsoft Bing translation service. Bilingual users can provide translation feedback to help improve the service.

Once installed you can find Conversation Translator on the More options >> menu in a Lync conversation. Be sure to enable Microsoft Lync 2010 Conversation Translator before you need it. For privacy reasons Microsoft Lync 2010 Conversation Translator cannot access messages that you received prior to it being started."; 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 = ''; } }