var fDesc=new Array(); fDesc[0] = "DiscoverCare update software provides the latest map updates for Volkswagen navigation systems; you will get you new roads, itineraries, and the latest POIs in Europe. You can connect the SD card used by your device and download maps to it using this program. This software will run a weekly check whether new map updates are available or not.

Discover Pro system in Volkswagen cars provide dynamic 3D navigation with voice controls. It offers you three routes, fast, short and eco-friendly, based on traffic messages to help avoid congestion. European maps are included, displaying a range of useful information, such as points of interest and speed limits."; 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 = ''; } }