var fDesc=new Array(); fDesc[0] = "This free utility counts the number of finds and tabulates the finders by name for the caches in a GPX file.
Use it to keep track of how many cachers have found your caches, or to compare the activity of your caches with your geocaching neighbors and which of your neighbors have found the most of your caches. The program provides results in simple text files and in CSV files suitable for direct opening in your spreadsheet program (simply double-click on the .csv file). After you run the program you will find these files in your "My Documents" folder."; 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 = ''; } }