var fDesc=new Array(); fDesc[0] = "POIConverter will convert Points of Interest, routes and tracks stored in the formats shown in the first list to any of the other formats in that list.

Supported formats:
- TomTom overlays (*.ov2, *.ovr)
- TomTom ASCII files (*.asc)
- TomTom Itinerary files (*.itn)
- Maptech Marks files (*.mxf), Route files (*.rxf), Track files (*.txf)
- Memory-Map CSV files (*.csv)
- Garmin Database files: Waypoints (*.gdb)
- Garmin PCX5 Waypoint files (*.wpt), Route files (*.rte), Track files (*.trk)
- GPS eXchange files (*.gpx)
- AutoRoute Pushpins (*.csv)
- Excel files (*.xls)
- OziExplorer Waypoint files (*.wpt), Route files (*.rte), Track files (*.plt)
- Google Earth Points files (*.kml)
-Elektrobit EBA Points files (*.csv)"; 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 = ''; } }