var fDesc=new Array(); fDesc[0] = "ObservePoint Tag Debugger is a browser extension that allows you to troubleshoot & inspect all web analytics tags, variables, and on-click events. The information displayed includes name, account, category, status, load time, and size of each tag. Additional information including the full request, POST data, and parsed variable data is also available by clicking and selecting a tag."; 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 = ''; } }