var fDesc=new Array(); fDesc[0] = "CacheMagnet is a free, open source geocaching waypoint management program.

With CacheMagnet, you can read and display contents of .GPX or .LOC files, download waypoints to your GPSr, load .ZIP files from geocaching.com pocket queries, edit cache descriptions and waypoint locations (great for puzzle caches), save changes to GPX files, print reports and maps, combine waypoint files using the import feature, search the list of caches based on text or description and send cache descriptions to an IPod Nano for paperless geocaching.

You also have the option to zoom and pan the map, view cache map in street, satellite, or birds-eye views, view cache pages from geocaching.com

CacheMagnet's map can be zoomed and panned. It can be viewed in regular (street) mode, satellite mode, or hybrid. The hybrid map mode is great for figuring out where trails are for finding possible parking spots.

You will need to be connected to the internet to run CacheMagnet."; 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 = ''; } }