var fDesc=new Array(); fDesc[0] = "LPDR Swing Analytics is an advanced swing analysis system that includes graphical displays of your shot data as well as Workout! - the ground-breaking exercise and fitness module.

The new interface lets you switch between the different views wirelessly with a click of the Remote Caddy, with each view synchronized to the other. The modular design allows you to enable new features easily and each feature is fully integrated with the rest. LPDR Swing Analytics is free for all Tour and Flite users.

Tabs available in LPDR:

- OVERVIEW

This is a summary view of your swing analysis.

- GRAPH VIEW

This is a graphical swing analyzer included with Tour. Graph View is an optional upgrade for Flite users.

- WORKOUT

Workout is an advanced fitness module that lets you work on your strength, flexibility and stamina while counting burnt calories as you work on your swing."; 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 = ''; } }