var fDesc=new Array(); fDesc[0] = "With Cartopro Evolution create,modify and save routes, tracks, and waypoints by simple click on the screen.

Main features:
-Simple and reliable.
-Scan your maps directly from Cartopro
-3 types of powerful calibrations are available
-Large number of Datums available. You can also add them manually.
-Import and Export your track, routes and waypoints as PCX5, GRM, TCX
-Google Earth or GPX format.
-Convert many tracks and waypoints in text format to Cartopro.
-Make pointings and visualize your maps in Google Earth.
-Create, modify Routes, Tracks and Waypoints by simple clicks.
-You can manage as many Routes, Tracks and Waypoints your GPS own at the same time.
-Use Waypoints as comments associated with your track.
-Improve the color and contrast quality of your map by changing the color histogram.
-Tool of transformation for almost any list of coordinates into Track or Waypoints.
-Show your Maps in Google Earth.
-Create Route Plan with comments, references, distances between waypoints, heading (true and magnetic) etc."; 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 = ''; } }