var fDesc=new Array(); fDesc[0] = "Welcome to Bike Logs.

Bike Logs is a free to use ride logging database designed by cyclists for cyclists. Whether you use your bike for an occasional journey, the daily commute, weekend excursions, extended touring or competitive racing, using Bike Logs to log your rides is a great way to help improve the way you do it, as well as a motivational aid to do more!

- Track distance and speed improvements over any period of time.
- Monitor your performance while tuning yourself for the next big event.
- Keep detailed route and track information for future reference.
- Compare ride logs by route, bike or ride type over any period of time.
- Store additional useful information on all of your bikes.

More Than Just a Log.

Bike Logs can do more than just keep a log of your rides. For starters it has a large selection of charts that provide a graphical record of the information you enter, from annual or monthly average speed trends to top ten lists of personal achievements. Check the Screen Shots page for more information.

For the increasing number of GPS enabled cyclists, GPX track log files can be imported to enhance the ride log information. If your GPS features an altimeter (most modern models do) Bike Logs can produce a route profile to accompany the ride log.

Bike Logs can also export your track data to Google Maps and, on computers that have Microsoft MapPoint installed, overlay your route on a MapPoint map. Check the Demonstrations page to see these features in action."; 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 = ''; } }