var fDesc=new Array(); fDesc[0] = "Yellow highlighter pen for web is a browser extension that you can use to point out important information in long webpages by highlighting text with your mouse. And you can share this highlighted version of page (with special short link) in social media, e-mail, IM etc. or just bookmark it with your favorite tool."; 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 = ''; } }