var fDesc=new Array(); fDesc[0] = "Imagine software, where you can set (from map or list) your starting point, some transit places and the final point of your journey. You can choose searching preferences, e.g. type of surface, and let the software plan your own route. The software will get you a lot of useful information e.g. profile of your trail, map, itinerary and statistic data.

Cyklotrasy gives you a lot of information, e.g. altitude, latitude, longitude, photos, texts, lengths of distances, nubers of roads, numbers of bike-ways, types of surfaces, hiking and bike marking. You can observe route total length, superelevation, rise and fall. There are also prepared routes, where you can find difficulty and type of recommended bike. You can print profile, map, itinerary and statistic. Visual apperance of profile and map can be adjusted with preferences. You can export profile and map into picture, web site or GPS format. User can make a diary of his/her trips, including a lot of data. Up to this date there are 100 maps for Cyklotrasy. Maps are developed by administrators who update maps at least ones a year (it's possible to download them from this pages for free)."; 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 = ''; } }