var fDesc=new Array(); fDesc[0] = "MDG Integration brings many of the benefits and rich modeling power of Enterprise Architect and UML to Eclipse. MDG Integration allows you to reverse engineer and generate code from UML elements using EA's template driven Code Engineering Framework.

MDG Integration provides the functionality required of a fully fledged modeling platform right inside Eclipse."; 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 = ''; } }