var fDesc=new Array(); fDesc[0] = "The Golfer's Diary is a full featured golf performance software program designed to assist you in tracking and improving your golf game. Record the details of an unlimited number of golf courses in seconds and recall these for future use.
Golf rounds are entered easily and quickly to include notes by hole or round, scores, putts, fairway hits, penalty strokes and sand saves. Even costs are monitored for future reference and summary reports. The power of your PC is unleashed to provide you with a complete statistical analysis of your golf rounds"; 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 = ''; } }