var fDesc=new Array(); fDesc[0] = "Neotrack is a GPS enabled journal for your activities. It helps you organize your recorded tracks and display them on various map types or in detailed charts. It provides support for GPX, TCX, FIT and Suunto Ambit XML file formats, including weight scale FIT files.

Features:
- Data can be imported from a GPS device or entered manually.
- Activities can be organized in standalone projects.
- Display multiple activities on the map or in the chart.
- Elevation correction for inaccurate GPS data.
- Weather conditions download from online service.
- Track data editor."; 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 = ''; } }