var fDesc=new Array(); fDesc[0] = "Cube Dynasim is an extremely powerful software system allowing planners and engineers to very quickly simulate, visualize, and evaluate the effects of proposed changes to the geometry or operating characteristics of the transportation network and impacts of changing land-use and travel demand.
Cube Dynasim captures all the intricacies of traffic behavior and is able to perform detailed operational analysis of complex traffic flows while realistically emulating the flows of automobiles, trucks, buses, rail, bicycles, and pedestrians."; 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 = ''; } }