var fDesc=new Array(); fDesc[0] = "Dashcam Viewer is an app for viewing movies, GPS data, and shock-sensor data recorded by your dashboard camera.

Main features:
- Export your GPS tracks to common file formats such as comma-separated value (CSV), Google Earth KML, and GPS-exchange (GPX) for further data analysis.
- Export portions of videos to new clips.
- Combine multiple videos into a single video."; 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 = ''; } }