var fDesc=new Array(); fDesc[0] = "Endeavour Navigator is a comprehensive marine navigation software package for recreational, commercial, and military users. HSA has issued more than 2,000 Endeavour® licenses and is the pioneer of ECDIS technology in Australia.

Endeavour Navigator is an Electronic Chart System (ECS) based on the International Maritime Organisation's (IMO) ECDIS standards. It integrates electronic charts, GPS, AIS, autopilot and other sensors and provides complete voyage planning and vessel-monitoring functions.

Endeavour®5 Navigator operates on a Windows PC and uses vector S57 ENC's and/or a wide range of certified electronic Raster Navigation Charts (RNC's)."; 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 = ''; } }