var fDesc=new Array(); fDesc[0] = "It is a neat application designed to make paths for GoogleEarth. The program is compatible with Google Earth version 6.1.

Main Features:

- Read kml file saved by Google Earth
- Link the placemarks (simple or arrowed lines)
- Add sequential numbers and/or append the coordinates to the placemark's names
- Calculate distances between placemarks
- Calculate route (bearing) to the next placemark
- Add distances, routes and/or coordinates to the placemarks description
- Draw horizontal and/or vertical grids (equally spaced or not)
- Draw regular polygons around placemarks
- Calculate path's length/perimeter."; 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 = ''; } }