var fDesc=new Array(); fDesc[0] = "GeoBuddy is a complete geocaching solution that can display all of the geocaches in your area, as well as your own personal GPS data, over USGS topo maps, aerial photos, your own scanned paper trail and road maps. A built-in Web browser lists all of the information about each geocache, including pictures and hints left by the cache owner, and logs by recent visitors to the geocache."; 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 = ''; } }