var fDesc=new Array(); fDesc[0] = "Golf Master 2001 is a powerful yet simple to use golf tournament management system. It has been developed based upon current relational data base technology using object oriented development methods to provide a commercially robust and reliable solution.

Course Set Up Features

- Record Time Pars for each hole
- Define and maintain golf course detailed information for an unlimited number of courses over which events can be played
- Set up the various Sets-of-Tees for a course
- Record yardage, stroke and par information for each hole

Event Set Up Features

- Establish and Alternate set of tees to be used by part of a field
- Capture Title Sponsor Corporate Logo
- Define and maintain detailed information on an unlimited number of golf tournament events
- Manage multi-day, multi-course events simply
- Establish basic conditions of competition

Team Scoring Features

- Automatic team best ball results are determined - gross or net
- Capture summary results for scrambles, and Scotch foursomes

Reports Features
- On-line report preview
- A report "save" function
- Report generation for the following: (click to view sample, close new window to return here)"; 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 = ''; } }