var fDesc=new Array(); fDesc[0] = "BikeDashboard is a Windows Mobile (5 and above) application for all push bike enthusiasts (mountain bike and/or road bike) who want to keep a track of their achievements. To use it, you also need a GPS Receiver.

It allows you to have a navigation help using GPX file to discover new tracks, export data to Google Maps / Google Earth or other mapping programs, and monitor the evolution of you performance. It lets you have a moving map program that can work with any raster map (calibration software provided to make your own map with any picture), and have instant data (current/average/max speed), current/climb/descent altitude."; 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 = ''; } }