var fDesc=new Array(); fDesc[0] = "The GPS TrackManager is an application for planning routes and managing routes, waypoints and trackpoints.
The application support functions such as: open and save trackpoints files in various formats (GPX, Ozi Trackpoint file, Ozi Waypoint file, NMEA log, EasyGPS file), transmit Trackpoints, Waypoints and Routes to Garmin GPS receivers (Geko 201, GPSmap 60C), saves trackpoints as TXT file (pushpin import file) to be imported in AutoRoute, reads Trackpoints from Excel-file (CSV) and much more."; 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 = ''; } }