var fDesc=new Array(); fDesc[0] = "GoogleHunt is a Windows program that accepts manual and/or automatic inputs of DF latitude, longitude and bearing data, and displays the results on a GoogleEarth ( satellite image ) viewer screen.
Individual plots are triggered by the DF hunter and displayed a few seconds later on the GoogleEarth viewer screen. Up to 100 plots can be recorded in a single GoogleHunt session.

Main Features:
- Uses ( popular / free ) GoogleEarth Viewer to display multiple DF lines
- Up to 100 DF plots, each plot is time stamped
- Selectable manual / GPS input of lat/long data
- Selectable manual / PicoDopp input of DF bearing data
- Selectable COM port for GPS / PicoDopp RS232 input
- Selectable DF vector length and color
- User-defined color scheme for the GoogleHunt control panel
- Manual or automatic ( timed ) DF plot generation
- Archive files automatically created and saved."; 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 = ''; } }