var fDesc=new Array(); fDesc[0] = "Content Manager syncs your computer with your Magellan GPS navigator so that you can successfully register your new device. You can also use one address book for all your Magellan devices by syncing your contacts between your computer and your multiple GPS units.

Content Manager provides you with the fastest and easiest way to get these critical updates that allow your Magellan GPS to function at its best. Find new maps for your device, and see the maps you have already purchased through Content Manager. Easily login to your Magellan account, automatically receive software updates, find accessories and update your profile. Online help manuals are also available through Content Manager."; 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 = ''; } }