var fDesc=new Array(); fDesc[0] = "This is a simple to use golf handicap software program that was designed to make it easy to run a golf club and in addition to calculating handicaps it provides reports for skins, low net, Stableford, team play, etc. It has Automatic Equitable Stroke Control,
Automatic USGA handicap rule 10-3 Reduction of USGA and Handicap Index Based on Exceptional Tournament Scores."; 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 = ''; } }