var fDesc=new Array(); fDesc[0] = "Managing Complexity
We live in a complicated world which creates new challenges for us as a society. From financial crises to a smokestack in China creating a draught in Texas, we are surrounded by examples of complexity out of control.

Simgua is built to simulate and model complex systems. If you have just started your adventure with system dynamics it will guide you through creating your first models. Whether you are interested in the financial system, sustainability and ecology, defense strategies, or the sales projections of a new product; Simgua is designed to model your problem. Simgua is very easy to use. Even the most detailed of models can be created by simply dragging and dropping the different parts of your model."; 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 = ''; } }