var fDesc=new Array(); fDesc[0] = "Connects to your device and downloads the data or updates the software.

TomTom Sports Connect opens automatically when your TomTom Touch is connected to your computer. Follow the TomTom Sports Connect on-screen instructions to get started, download software updates and register your device.

When you log in to TomTom Sports Connect, the TomTom Sports website opens in your browser. Whether you're creating an account or signing in with an existing account, make sure your profile information (height, weight, age and gender) is filled in correctly. This information is needed for accurate tracking of your activity."; 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 = ''; } }