var fDesc=new Array(); fDesc[0] = "OziExplorer File Format Converter converts various waypoint, route and track file formats to and from OziExplorers own file formats.

Formats Supported:
- Holux wrt waypoint and tlg track file formats (read and write)
- Magellan Mapsend waypoint and track formats (read only)
- Magellan GPS memory card waypoint and track formats (read only)
- NMEA sentences log file (read only)
- Nobletec waypoint/tracks export format (read only)
- Mapsource waypoints and tracks from .mps file (read only)
- more formats will continue to be added"; 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 = ''; } }