var fDesc=new Array(); fDesc[0] = "AIS Server is a software tool for a wide range of AIS (Automatic Identification System) users.
AIS Server connects AIS network nodes (AIS base stations/transponders/receivers, AIS
services/clients, databases, and/or networks) and allows AIS messages to easily and efficiently flow
from one node to another. It connects at least two nodes and sends each AIS message based on the
current configuration of the nodes. You configure AIS Server to pass along certain messages to
certain nodes on a network. AIS Server can also store all received AIS messages in the databases or
text files."; 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 = ''; } }