var fDesc=new Array(); fDesc[0] = "The Sonar Viewer is a downloadable PC-based software application that plays back any file recorded with a sonar-enabled product with a MMC/SD memory card slot. Features include:
- Support for StructureScan log files
- Support for SL2 files
- Outputs chart information in Excel spreadsheet format
- Support for multiple channel viewing with synchronization
- New "User Defined Regions" allows the user to display different user-defined color schemes for surface clutter, fish returns, and bottom tracking"; 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 = ''; } }