var fDesc=new Array(); fDesc[0] = "StatDoctor™ golf software is a golf statistics, golf handicap, and golf game improvement program for the individual golfer to record, analyze, and improve their golf game. It helps you improve by providing detailed reports and graphs of your golf scores to illustrate where you are wasting strokes.

The Software is available for both Macintosh and PC users. For each round of golf a user would like to analyze, they simply enter the round information onto a score card form which is similar to a scorecard from a golf course..

Unique to the StatDoctor Software is the Doctor's Diagnosis report. This report (shown below) breaks your golf game down into three areas and provides analysis and golf tips based on your games tendencies. The three areas are Driving, Approach, and Short Game.

The numbers plotted around the green are sums of approach shots missed in each location (Short, Short Right, Long Right, etc.). This particular report is for the Demo Golfer and includes all Golf Courses and Rounds played. Users may select a single course or all golf courses to look at. A date range may also be specified to only display rounds of golf that fall between certain dates."; 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 = ''; } }