var fDesc=new Array(); fDesc[0] = "ElcoShip provides real time traceable information on the status of all coating inspections throughout the ship build.
ElcoShip can be used to monitor your coating inspection across any structure in the ship, including the ballast tanks.
ElcoShip also provides the inspector with an IMO CTF validation tool - which automatically checks that all data is in place, all inspections, together with all necessary reworks, have been actioned, prior to generating the CTF either as a printed document or as a .pdf electronic file."; 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 = ''; } }