var fDesc=new Array(); fDesc[0] = "The TOOLBUS Interface for Enterprise Architect and CA ERwin enables the bi-directional conversion of UML Class Models and Data Models from Sparx Enterprise Architect to Logical Data Models and Physical Data Models respectively for CA ERwin Data Modeler (and vice versa).
The layout of the Class Diagrams and Data Model diagrams from Enterprise Architect is maintained in the Subject Areas of CA ERwin, and vice versa."; 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 = ''; } }