var fDesc=new Array(); fDesc[0] = "MainNav GPS Application Software is an easy operation, user-friendly with integrated photo mapping ,write longitude and latitude on photo. It shows the whole GPS message and it has an alternative showing mode ( check waypoint by time). Also contains filtering (setting upload condition) and you can upload to Google Earth/map by Kml/kmz.
It has support for GPX, NMEA, CSV formation and a google Map showing tracks. Also provides altitude and speed analysis."; 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 = ''; } }