var fDesc=new Array(); fDesc[0] = "Cache Report is the tool for you if you're a geocacher that still loves to cache with paper and want to make the best of it in the most efficient manner possible. Easily print your Pocket Queries for use in the field. Sure, other tools are capable of providing similar reports but not nearly as quick and dirty as this little tool. The best thing about Cache Report is that it is a tool for geocachers which has been built by your fellow geocachers."; 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 = ''; } }