var fDesc=new Array(); fDesc[0] = "Free data viewer for : Knudsen Echosounder Data Files , XTF Side Scan Data and SEG-Y Data. PostSurvey, the newest version for viewing and printing Knudsen 320 series echosounder data, XTF side scan data and SEG-Y data, is available as a free download to anyone interested.
The PostSurvey software provides the capability for offline data playback and printing of multiple KEL 320 Echosounder, XTF and SEGY data files on the PC. Printing is available to any Windows Printer and can be done in black and white or color."; 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 = ''; } }