var fDesc=new Array(); fDesc[0] = "Today’s software products contain code from various sources including legacy code, commercial code, contractor code, and open source packages. These different components have license obligations that need to be complied with. EA identifies what code is in your directory and tells you how to comply. Protecode Enterprise Analyzer™ (EA) is a platform-independent application that analyzes and identifies all code in any directory to determine code ownership and ensure open source license compliance according to pre-determined internal policies."; 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 = ''; } }