var fDesc=new Array(); fDesc[0] = "TpSelect is a convenient utility which you can use to choose a subset of the BGA turning point database for download to your GPS.
TpSelect allows you to specify a particular location (for example your home club site) and to select turning points from the main file that are within a certain range of this point. You can then review the list of selected points and add further points or remove those you don't need."; 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 = ''; } }