var fDesc=new Array(); fDesc[0] = "Web Bug Tracker is designed to assist quality assurance and programmers to track bugs and feature requests during all stages of software development. Web Bug Tracker is so easy to install and use that you can start using in a few minutes after installation. As well, it's highly customizable and flexible, which allows you to customize meta data, page layout and work flow. Web Bug Tracker 4.0 lets you know how many bugs are in process of being fixed, how many are resolved and how many are closed at real time. It records bug report in database and allows simultaneous access by different users. Bug Tracker also offers bug category, auto and manual task assignment, sorting, fully customizable filter, attachment, right access control and much more. Web Bug Tracker supports task functionality, through which you can add tasks and assign tasks to your team members."; 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 = ''; } }