var fDesc=new Array(); fDesc[0] = "The 3DBeam tool is used for efficient modelling and analysis of 3D beam structures.3DBeam is well suited for a first assessment of ship structures by following the procedures described in the DNV Classification Notes.3DBeam can be used as a stand-alone program or as an integrated part of a Nauticus job."; 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 = ''; } }