var fDesc=new Array(); fDesc[0] = "Microsoft® Lync™ 2010 Attendant is an integrated call management application that enables you to effectively manage many conversations at once by quickly handling and routing phone calls and instant messages. Features such as integrated caller history and caller notes provide a context to callers as they appear on your screen"; 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 = ''; } }