var fDesc=new Array(); fDesc[0] = "McMurdo AIS Viewer is complementary app supplied with McMurdo Smartfind M5, McMurdo Smartfind M10 transponder or McMurdo Smartfind M15 receiver series. The program enables users to monitor the surrounding AIS traffic on a PC without having to connect to a chart plotter. This tool allows users to display AIS targets either on a basic line map or in an alphanumeric vessel list. In addition, the software offers various safety features including a MOB list to help users be alerted during their voyage of a MOB situation."; 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 = ''; } }