var fDesc=new Array(); fDesc[0] = "Swingmate will help you to calculate shot power needed, so you could swing more precisely. If a ruler is all you need, you can always get rid of it. Swingmate's simple interface is easy to use. It's minimal design blended in well with WGT screen, without distracting you from it. Quickly jump from club to club distance by 10 configurable buttons. 7 for approach and 3 for putt distance."; 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 = ''; } }