var fDesc=new Array(); fDesc[0] = "Hypothesis - Web & PDF Annotation is a Chrome browser addon for annotating text within web pages. There are three types of annotations that can be created with this application: Notes, Highlights, and Replies. All these can be accessed using the sidebar that is installed by this extension."; 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 = ''; } }