var fDesc=new Array(); fDesc[0] = "UMLServer is a companion product, which allows you to deploy UMLStudio in a collaborative team environment. Its features include:
- Floating license server, which allows a limited number of UMLStudio licenses to be shared by a larger group of users.
- Allows multiple users to concurrently work on the same project.
- Provides a central, shared repository for storing UMLStudio project."; 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 = ''; } }