var fDesc=new Array(); fDesc[0] = "MDG Link for DOORS® is an Add-In for Enterprise Architect that facilitates a direct connection between Enterprise Architect and Telelogic DOORS®. It enables you to import DOORS modules of requirements into Enterprise Architect packages. The key function of this Add-in is to ensure that a nominated Enterprise Architect package always reflects data from a particular DOORS module. After the initial import any modifications to the DOORS module can be synchronized by re-importing the module into the Enterprise Architect package."; 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 = ''; } }