var fDesc=new Array(); fDesc[0] = "Download free and use MyDrive Connect to manage your content and services, getting the latest maps and software updates along with reminders to renew your services. Frequent updates keep your navigation system and maps up to date with changes on the road network. Connect your device regularly to ensure you’re always driving with the latest navigation info at hand. See all available updates on your device overview page, and easily download with a single click. Control all your updates and services, such as Maps and Speed Cameras, all in one place."; 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 = ''; } }