") parent.output.document.write("
") parent.output.document.write("The distance is " + Dist + "; ") //correct for magnetic variation (if given) if(form.corrMag.checked){ magVarEntry = parseFloat(form.offset.value) if(form.magEW[0].checked){ magVar = -magVarEntry } if(form.magEW[1].checked){ magVar = magVarEntry } bearDeg += magVar parent.output.document.write("the bearing is " + bearDeg + " degrees from magnetic North") }else{ parent.output.document.write("the bearing is " + bearDeg + " degrees from true North") } //finish writing html to output frame parent.output.document.write("<\/center><\/font>") parent.output.document.write("<\/body><\/html>") return true } // -->
from

latitude: N       S

longitude: E       W
Display bearing from magnetic North.
Your variation (degrees): E    W

to

latitude: N       S

longitude: E       W
Search by: Latitude/longitude (above)
Prefix/city (below)


Select a prefix/city:
Display distance in: statute miles     nautical miles     kilometers