var fDesc=new Array(); fDesc[0] = "Golf is a game of details. Every stroke can make a difference. This golf software can help you to understand every detail of your game. Ten different statistics are tracked for each hole you play. How many putts you took, did you hit the fairway, lost balls, greens reached, and more. Then all of these stats are computed by the software to give you averages and totals. You can see exactly what your average stroke count is on par 4's. Do you lose more strokes on par 3's or on par 5's? Now you can know exactly what is contributing to your overall score and handicap. Golf Tracker has a simple GUI that is easy to use and learn. You can add new custom golf courses and enter golf rounds. It?s also easy to sort and look through old golf rounds. Many of the totals and averages are shown on the main screen as you click on tabs to see how which golf courses you do best at and which you do worst. Other software features of Golf Tracker include printable reports of scores, golf courses, score cards, etc. There is also a picture section where you can enter up to three images for each round. This golf program is freeware with no restrictions or feature limits. Enjoy and we hope you can keep lowering that golf score."; 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 = ''; } }