var fDesc=new Array(); fDesc[0] = "MDG Integration brings the best of UML 2.3 to your favorite IDE MDG Integration brings many of the benefits and rich modeling power of Enterprise Architect and UML 2.3 to Microsoft Visual Studio 2005 and 2008. Intuitive navigation and editing of the model is provided directly inside the IDE using the EA Project Explorer. At the click of a button, MDG Integration allows you to reverse engineer and generate .Net code from UML elements using EA's template driven Code Engineering Framework. Reporting and documentation is also covered, with high-quality rich text and web-based document generation built-in. With support for MDA transformations, Baseline management and Engineering of key XML based technologies, MDG Integration provides the functionality required of a fully fledged modeling platform right inside Visual Studio."; 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 = ''; } }