var fDesc=new Array(); fDesc[0] = "The ShipRight Fatigue Design Assessment (FDA) software package enables you to apply our FDA Level 2 procedure to your ship. This provides a multi-level evaluation of the fatigue performance of structural details. Whether you are a designer, builder, repairer or ship operator, FDA will assist you in identifying critical locations. It can be applied at the initial design stage and during in-service maintenance, helping ensure fatigue durability throughout the ship’s life."; 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 = ''; } }