var fDesc=new Array();
fDesc[0] = "MDG Technology for DoDAF-MODAF integrates tightly with Sparx Systems Enterprise Architect and provides a model-based framework for planning, designing and implementing DoDAF and MODAF architectures.
---
Enterprise Architect is a multi-user, project oriented tool for designing robust, object-oriented software systems using UML constructs. It is feature rich, fast and easy to use. Most of all, its affordable!
Enterprise Architect features:
* UML based modeling
* Use Case diagrams and models
* Activity diagrams
* Sequence diagrams
* State charts
* Class and object diagrams
* Component diagrams
* Deployment diagrams
* Custom extensions
* Forward and Reverse code engineering
* Data Modelling
* Supporting the Use Case, Logical, Dynamic and Physical models
* Extensions for process modeling, robustness diagrams, user interface design and more
* Flexible and extremely easy to produce, high quality MS Word compatible documentation
* Multi-user projects (shared projects and replication features)
* Simple to use
* Affordable! Low license cost";
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 = '';
}
}