var fDesc=new Array(); fDesc[0] = "Level up with every swing, putt, and hole in one to enhance your character. Specialize in Driving or Accuracy and train your character to be prepared for more challenging holes. You can outfit your character with clothes, accessories, and gear that fit your style and help improve your score. Also you can customize your clubs with enchanting and fitting to enhance your performance."; 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 = ''; } }