var fDesc=new Array(); fDesc[0] = "It is the easiest and most advanced golf GPS device available today with its intuitive and user-friendly design that includes many helpful functions and multiple ways of navigating.
The Sonocaddie V350 Series serves as your own personal golf caddie guiding you through each hole on the course to get the precise distance information
for you to play your best."; 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 = ''; } }