var fDesc=new Array(); fDesc[0] = "The e-NPs are displayed using the UKHO's ADMIRALTY e-Reader which is supplied as part of the service at no extra cost. This reader software has a simple search function that allows users to access information easily and quickly. All e-NPs contain the same official information as their paper equivalents, and most Flag States have approved them as SOLAS carriage-compliant."; 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 = ''; } }