var fDesc=new Array(); fDesc[0] = "Kinomap GPS File Fixer allows you to process some treatments on GPS file:
- convert almost any GPS file to standard NMEA 0183, compatible with Kinomap
- fill the gaps between points when your file is not 1Hertz: the extra point will be recreated by interpolation
- cut a long file in which there are loops of data (example: race) in several parts"; 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 = ''; } }