var fDesc=new Array(); fDesc[0] = "The ASG Full Game consists of the downloadable game, one course, and one card set of your choice.

Also included at no extra charge are 12 Quick Play Courses (Congressional, Harbour Town, Innisbrook Resort-Copperhead, Kapalua Plantation, PGA National, Redstone GC, Torrey Pines-North, Torrey Pines-South, Torrey Pines-South Open Layout, TPC Blue Monster at Doral, Waialae, Winged Foot)."; 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 = ''; } }