var fDesc=new Array(); fDesc[0] = "DIOLKOS is a state-of-the-art road design software. Its design capabilities are not limited to road projects but it can be used in any type of corridor facilities as well (railways, airfield runways, channels etc.). Integrate the plan, profile & cross sections design into a 3D model of road in conjunction with the surrounding terrain.

Main features:
- All Cases of Road Design
- 3D Visualization
- Digital Terrain Models (DTMs)
- RAS-AASHTO-OMOE Guidelines
- Typical Cross Sections Library
- Multiple Road Projects
- Hydraulic projects
- Quantities Measurements"; 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 = ''; } }