var fDesc=new Array(); fDesc[0] = "LogDigger helps you collect and classify detailed error reports and logs for your Java applications. LogDigger Connector is an open source Java library that attaches to your logging framework and, in case of an error, allows you to send logs, environment and application context details to an URL or email."; 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 = ''; } }