var fDesc=new Array(); fDesc[0] = "The Mobile Golf Scorer™ is your Solution to record your Scores during Play and to Analyze your Game statistically. On the Course you use the Mobile Golf Scorer™ on your Pocket PC and at home you can use the Desktop Version - or, you can use any of the two Platforms independently from each other.

During Play you can enter quickly and easily record the Scores and Results, so that you can concentrate on your Game.

You can select the hole you are playing at the moment and change holes. For each Hole and Player the Mobile Golf Scorer™ shows you the Par, Handicap and Length of the Hole depending on the Tee the Player plays from. With a click on the I the Yardage Book of the hole you play on opens.

You can enter the number of Strokes (as well as an X when playing Stableford), the number of Putts and if you hit the Fairway. If you hit the Green in Regulation is computed automatically. To ease the input, you can use the small Digit Buttons, the huge Digits button to use your fingers or a Tee or even the Hardware Buttons of your Pocket PC."; 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 = ''; } }