var fDesc=new Array(); fDesc[0] = "JIRA Capture Internet Explorer Extension is a program that allows you to capture issues in your JIRA projects directly from any web page, take and annotate screenshots, use issue templates and manage test sessions. In order to start it you will have to click the icon from the Internet Explorer toolbar."; 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 = ''; } }