var fDesc=new Array(); fDesc[0] = "NAVIGON Sync allows you to easily transfer all of your contact addresses from your computer to your NAVIGON.
Using this program you can copy addresses saved in Microsoft Outlook on your computer to the memory card of the navigation device. Once you have done this, all you have to do to navigate to one of these addresses is to select an address from the CONTACTS list."; 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 = ''; } }