var fDesc=new Array(); fDesc[0] = "Sparx Systems provides compelling support for the Zachman Framework.
The Zachman Framework is known for a solid history of helping enterprises collate, organize and structure their intellectual capital.
Sparx Systems’ new MDG Technology underpins the organizational viewpoints and structures of the Zachman Framework with great depth, breadth and modeling integrity. Sparx Systems Enterprise Architect models are based on the UML 2.3 standard, with extensions for requirements modeling, testing, project management, mind mapping, and much more."; 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 = ''; } }