var fDesc=new Array(); fDesc[0] = "The software MASW implements the previously described MASW method and determines the speed profile of Vs shear waves and, therefore, also the soil type according to the National and European technical regulation. The MASW 2 service drawing consists of 4 main stages.

Main features:

- It is easy to use
- Consider fundamental and also higher modes of Rayleigh (up to 50 modes)
- You can perform the inversion of the Vs profile by hand (trial and error method) or by automatic inversion
- You can use the measured traces to calculate the experimental dispersion curve
- You can input directly the experimental dispersion curve obtained by ambient noise or by using a harmonic source"; 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 = ''; } }