var fDesc=new Array(); fDesc[0] = "With Esna iLink Pro, you can easily find, connect and collaborate with others. This browser addon gives you the real-time collaboration tools you need stay connected, productive and effective. You can access voice and instant messaging communications, presence, and click-to-call features from your Chrome browser."; 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 = ''; } }