var fDesc=new Array(); fDesc[0] = "StarFish Scanline has been developed to be simple and easy to use, while including many innovative features, like the ability to individually configure each of the transducers to deliver optimal results from a survey.

Third party GPS and Compasses can also be connected to the software providing positional and heading fixes of any targets detected. Survey data can also be recorded and replayed back for reporting and analysis purposes."; 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 = ''; } }