var fDesc=new Array(); fDesc[0] = "JIRA assistant for Google Chrome (JA) is a useful extension wich allow you to manage your JIRA issues, bugs or tasks right in your browser with just one click. With this extension you can import all of your favorite filters to separate tab on JA dashboard, add custom filters typed in JIRA Query language, recieve notification for all issues matched to any filter, and more."; 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 = ''; } }