var fDesc=new Array(); fDesc[0] = "This program is an open source modular and scalable multiagent platform written in Java
and built upon the AGR (Agent/Group/Role) organizational model. Its agents play roles in groups and thus create artificial societies. It has: Artificial agents creation and life cycle management, An organizational infrastructure for communication between agents, High heterogeneity in agent architectures: No predefined agent model, Multi-Agent based simulation and simulator authoring tools, Multi-agent based distributed application authoring facilities 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 = ''; } }