



var knowledge = "<a class='tm' href='/golf-club-design.html'>Golf Club Design</a>&nbsp;|&nbsp;<a class='tm' href='/golf-balls.html'>Golf Ball Construction</a>&nbsp;|&nbsp;<a class='tm' href='/golf-games.html'>Golf Games</a>&nbsp;|&nbsp;<a class='tm' href='/golf-rules.html'>The Rules of Golf</a>&nbsp;|&nbsp;<a class='tm' href='/golf-terms.html'>Golf Terms</a>";
var equipment = "<a class='tm' href='/golf-clubs.html'>Golf Clubs</a>&nbsp;|&nbsp;<a class='tm' href='/golf-balls.html'>Golf Balls</a>&nbsp;|&nbsp;<a class='tm' href='/golf-bags.html'>Golf Bags</a>&nbsp;|&nbsp;<a class='tm' href='/golf-club-fitting.html'>Custom Fitting</a>&nbsp;|&nbsp;<a class='tm' href='/golf-equipment-reviews.html'>Equipment Reviews</a>";
var training = "<a class='tm' href='/golf-mental-golf.html'>Mental Golf</a>&nbsp;|&nbsp;<a class='tm' href='/golf-fitness.html'>Golf Fitness</a>&nbsp;|&nbsp;<a class='tm' href='/golf-swing.html'>The Golf Swing</a>&nbsp;|&nbsp;<a class='tm' href='/golf-training-aids.html'>Training Aids</a>&nbsp;|&nbsp;<a class='tm' href='/golf-lessons.html'>Golf Lessons</a>";
var golfforum = "<a class='tm' href='forum/Group3.aspx'>The&nbsp;Pro&nbsp;Shop</a>&nbsp;|&nbsp;<a class='tm' href='forum/Group6.aspx'>The Clubhouse</a>&nbsp;|&nbsp;<a class='tm' href='forum/Group9.aspx'>The 19<sup>th</sup> Hole</a>";
var playgolf = "<a class='tm' href='/golf-tee-times.html'>Tee-Times</a>&nbsp;|&nbsp;<a class='tm' href='/golf-vacations.html'>Golf Vacations</a>&nbsp;|&nbsp;<a class='tm' href='/golf-course-reviews.html'>Course Reviews</a>&nbsp;|&nbsp;<a class='tm' href='/golf-discount-programs.html'>Discount Programs</a>&nbsp;|&nbsp;<a class='tm' href='/golf-handicap.html'>USGA Handicap &amp; Stat Tracker</a>";
var golfshop = "<a class='tm' href='/shop-golf-clubs.aspx'>Golf Clubs</a>&nbsp;|&nbsp;<a class='tm' href='/shop-golf-balls.aspx'>Golf Balls</a>&nbsp;|&nbsp;<a class='tm' href='/shop-golf-shoes.aspx'>Golf Shoes</a>&nbsp;|&nbsp;<a class='tm' href='/shop-golf-apparel.aspx'>Golf Apparel</a>&nbsp;|&nbsp;<a class='tm' href='/shop-golf-bags.aspx'>Golf Bags</a>&nbsp;|&nbsp;<a class='tm' href='/shop-golf-gear.aspx'>Golf Gear</a>";

function ShowHeaderLinks(id, newText)
  {
  //Toggles link visibility on/off
	document.getElementById(id).innerHTML=newText;
  }

