var fDesc=new Array(); fDesc[0] = "CaddyConnect application for Microsoft Windows 8.1, Windows 8, Windows 7, Windows Vista, and Windows XP, enables you to connect your Caddy Lite (and original Caddy) handheld golf GPS range finder to your Microsoft Windows computer to select and install golf course map data files.

CaddyConnect software also displays your membership expiry date status along with course map data files in both your purchased and membership accounts. For each map in your account the software displays the last time a map data file was downloaded along with the current version release date of the map file."; 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 = ''; } }