var fDesc=new Array(); fDesc[0] = "OPTIMOOR is an easy-to-use mooring analysis computer program for use by vessel and terminal personnel as well as by port designers and naval architects. It is based on the OCIMF recommendations and procedures and includes OCIMF wind and current coefficients for tanker moorings."; 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 = ''; } }