var fDesc=new Array(); fDesc[0] = "Black Duck Software provides an estimation tool which allows you to determine the size of your code base (in megabytes). The tool can be downloaded and installed within a matter of minutes of a Linux system or PC. Black Duck™ Protex is a platform that helps companies administer how their software assets are created, managed and licensed. The platform was the first to be brought to the market, and today remains the clear market leader with implementations among a far larger and more diverse customer base than any other product on the market. Companies of all sizes in all industries use licensed material such as open source and third party code as part of their software development process. The code is often free, easy to find and has been tested and improved by sometimes hundreds of developers."; 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 = ''; } }