var fDesc=new Array(); fDesc[0] = "ELMOD is an acronym for Evaluation of Layer Moduli and Overlay Design.

The program is especially useful for engineers responsible for the maintenance and rehabilitation of a road or airfield network. Using FWD or HWD measured deflection basins; the program can automatically carry out a complete structural analysis and overlay design, based on user-defined design parameters.

Elmod 6 has been redesign to make things simpler and more user friendly.

- Operates in a Windows Vista, XP and 2000 environment.
- The menus have been restructured to a more logical format with icons and click free navigation
- The user interfaces have been redesigned with greater functionality. Graphical interfaces are provided to facilitate input and modifications to input data.
- Accomodates up to 15 geophones.
- Batch processes FWD/HWD data files.
- Accomodates point related structural information, such as output from GPR 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 = ''; } }