var fDesc=new Array(); fDesc[0] = "Artisan Studio, provides complete support for OMG UML and SysML in a single, integrated toolset. You can create consistent, high quality models for systems and software engineers to communicate requirements, design decisions and alternatives across the entire team, regardless of their location. This enables your team to Work-as-One, modeling systems and software throughout the entire project lifecycle.
Features:
- Powerful systems and software modeling with OMG UML and SysML
- Enterprise scale, robust, multi-user repository
- Fully extensible meta-model and diagram notations"; 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 = ''; } }