var fDesc=new Array(); fDesc[0] = "'Missing e' is an unofficial browser add-on that adds functionality and tools for navigating, posting and socializing on the the popular micro-blogging platform, Tumblr. You can use it to bookmark posts on your Tumblr dashboard so that you can go back to them later."; 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 = ''; } }