var fDesc=new Array(); fDesc[0] = "Bug Tracker Deluxe is flexible bug management software for Windows users. The bug tracking database solution gives software development teams an easy way to gather and organize information about all defects and changes in software products. For the database novice, Organizer's intuitive interface and ready-to-use bug management solutions make it easy to set up and use. For the power user, Organizer affords the simplicity of wizards that make it easy to set up and use bug management solutions that you create.

Quickly access your bug data: You can access and view your bug data in virtually any way. Bug Tracker Table Viewer allows you to view data in rows and columns. Browser Viewer allows you to view data in virtually any way using browser viewer. Standard Record Viewers allows you to easily enter, and modify bug data, or quickly generate data specific commands."; 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 = ''; } }