var fDesc=new Array(); fDesc[0] = "Lync Custom Status (LCS) is a ‘power user’ add-on to Microsoft Lync, built on the back of the need of expanding Lync’s already powerful tool set. LCS uses built-in Microsoft API’s to make judgement calls on Lync event as and when they happen. LCS also gives you the ability to send ‘canned responses’ to IM’s you receive whilst in your custom states."; 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 = ''; } }