var fDesc=new Array(); fDesc[0] = "Yacht - AIS Standard is the solution for those who want to see other vessels with AIS on there PC screen. Yacht - AIS receives AIS-data from commercial ships, pleasure craft and coast radio stations equipped with AIS and display these data on your laptop or onboard PC. All equipped ships are shown on a display similar to a radar screen (North Up or Course Up) with adjustable range with your own vessel in the middle. In small ranges, vessels are displayed with their true outline."; 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 = ''; } }