var fDesc=new Array(); fDesc[0] = "Simply connect an AIS receiver to your PC and view vessels on the world chart using the free AISPlotter Lite program - works with pretty well any AIS receiver including NASA units. Centres chart on first vessel identified - no GPS required.
Features:
A world chart for showing AIS targets
Just plug in your AIS receiver works with NMEA 0183 or USB connection
Works with most makes including NASA
Shows AIS targets on chart
Zooms to chart location on receiving first AIS data - no need for GPS
Auto text overlap reduction (no overlapping)
Displays AIS Class A and B vessels, Search and Rescue helicopters, Base stations, Aids to Navigation and AIS SART’s
Select types of AIS targets displayed"; 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 = ''; } }