var fDesc=new Array(); fDesc[0] = "MAAT Hydro is a 3D hydrostatic calculator based on the direct integration of water pressure fields on float faces. The program operates directly on 3D ship surfaces (trimmed NURBS / BREP solids), so you can have access directly to hydrostatic analysis, without any 3D to 2D conversion constraint. In order to provide optimum efficiency, this advanced management of ship floatability is combined with a real-time management of solid/liquid loads. Compartment permeabilities, tank fillings, densities, permeabilities can be set as easily as the solid weights defining the loading condition."; 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 = ''; } }