var fDesc=new Array(); fDesc[0] = "Legion for Aimsun is a new pedestrian modelling component that is fully integrated inside Aimsun. It enables traffic engineers and planners to model how vehicles and pedestrians interact at crossings, public transport (transit) stops and taxi ranks (stands). Using technology by Legion, the provider of choice for pedestrian facility simulation around the world, Legion for Aimsun inherits patented algorithms and an enviable track record of use. The insights from modelling can inform important decisions, directly leading to improved public safety, reduced congestion and smoother multi-modal journeys."; 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 = ''; } }