var fDesc=new Array(); fDesc[0] = "Anylogic is a Simulation software for building web based business games, business simulations, and strategy simulations using agent based models, system dynamics models, and discrete event models. You can build highly sophisticated models containing all three modeling paradigms. AnyLogic is based on UML-RT and uses "Hybrid State charts" to achieve this unique capability. The software has been applied to many different domains to build business models, strategy models, business games, economic models, social system models, wargaming models, biological systems models, physics models, and software performance models."; 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 = ''; } }