var fDesc=new Array(); fDesc[0] = "Unpack and run installer. It will replace existing files.

In this release:

New hotkeys and UI improvements (Zoom In/Out by PgUp/PgDn)
Samples of shape files were included into distributive
Better support of Windows 7 and Vista
Sample of application which can be used for controlling GPS Generator was included into distributive
In "Route Mode" speed and altitude are calculated as linear interpolation between neighbor waypoints. It means that now there are no "jumps" in speed and altitude on waypoints.

Speed varies linearly from waypoint to waypoint.
Several bugs were fixed"; 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 = ''; } }