var fDesc=new Array(); fDesc[0] = "FileConvert" can convert:

Vector files to an NDV format that can be read by WinADV and ExploreV
Polysync data files to an NDV format that can be read ExploreV
Aquadopp diagnostic data to an AWAC format that can be ready by QuickWave
Vector burst data files to an AWAC data format that can be read by QuickWave"; 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 = ''; } }