var fDesc=new Array(); fDesc[0] = "NemaStudio provides the professional developer of NMEA products with a very powerful development and testing tool by simulating the output of various nautical instruments and target objects including GPS, AIS and Radar.

All instruments, targets and ports can be matched and mixed, meaning you can have multiple instances of several objects transmitting over the same or over different ports simultaneously."; 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 = ''; } }