var fDesc=new Array(); fDesc[0] = "JIRA Client simplifies your issue tracking, task scheduling, and project management work in Atlassian JIRA. It uses a local database for tracking issues, which gives you instant access to search results without opening any web page. You can filter search results with another search, by creating a sub-query in the navigation tree. Status report generation, time tracking, and multi-connection management are other features."; 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 = ''; } }