var fDesc=new Array(); fDesc[0] = "Geocache Manager is an intuitive geocache management and planning tool. Manage all your Geocaches from one place. Send only the caches you want to your GPS receiver. When you’re done Geocaching, download them to Geocache Manager to automatically update your finds.
Import Geocaches from pocket queries, .loc or .gpx files. View all your caches on a map with the integrated Map Planner. Use the Map Planner to find and plan routes for your geocaching adventure.
Key Features:
-Manage all your Geocaches from one place!
-Organize your caches with cache lists
-Intuitive search options
-Map Planner powered by Google Maps
-Find caches along routes or regions
-View logs, hints, distance
-Personal logs
-Import .gpx or .loc files
-Import from GPS receiver
-Export to GPS receiver with naming options
-Export to .gpx"; 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 = ''; } }