var fDesc=new Array(); fDesc[0] = "With FishEye you can search code, visualize and report on activity, and search for commits, files, revisions, or teammates across SVN, Git, Mercurial, CVS, and Perforce. You can view changes with a side-by-side or unified diff tool and link your JIRA Software issues directly to diffs, changeset details, or full source; get a graphical representation of activity in your source, find code fast with search using any artifact in your code, 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 = ''; } }