var fDesc=new Array(); fDesc[0] = "Take your game to the next level with Bushnell's premium golf GPS device the powerful Yardage Pro XGC.
The 2.2” High Resolution screen gives you distances to any point on the hole in vivid, sun-light readable color.
Downloaded color maps provide a “down the fairway” perspective for easier and better course management.
It stores up to 100 courses, and provides superior scorekeeping and stat-tracking capabilities which make the Yardage Pro XGC golf's ultimate GPS tool."; 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 = ''; } }