var fDesc=new Array(); fDesc[0] = "Profiles For Lync is a add-on utility for Lync for quickly logging in/out from one account/system into another. You can export/import account list via CSV file; up to 40 sites can be configured in this application. The present version version is compiled with the Lync 2013 SDK/DLLs."; 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 = ''; } }