var fDesc=new Array(); fDesc[0] = "StruWalker is an advanced collaborative tool for 3D Structural model review. It combines the power of 3D BIM modeling visualization with intuitive review and mark-up tools into one easy-to-use application that is defining the standard for collaboration through the structural supply chain.

Main Benefits:

- Reduce structural schedules and risk of overruns.
- Low cost of ownership, high utilization.
- Realism & Visualisation brings understanding.
- Improve project efficiency, with access to structural BIM content and status through the supply chain, and across dispersed teams.
- Improve planning for engineering, fabrication and construction.
- Save time, through fast resolution of issues, saves man-hours.
- Improved decision making through collaboration and work sharing."; 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 = ''; } }