var fDesc=new Array(); fDesc[0] = "RVND™ Dock is an essential part of your TripMaker® RVND™ device that - upon electronic registration of the device - can be loaded on to your computer. The RVND™ Dock software is stored on your device and with a PC, it will automatically install the first time you plug in your device. If you are a Mac user, click over to the Mac Installation instructions for first time installation.

Rv-easy routing begins with a base of outstanding navigation from Rand McNally – routing includes legal weight and height restrictions designed for the type of RV you are using.

-Over 14 million points of interest – including Festivals, National/State/Regional Parks and other Rand McNally researched locations
-Rand McNally proprietary trip content – plan a weekend, city side trip, regional trip and more with specific information on places to stop; includes video and photos
RV campgrounds, RV dealers, service locations, parking and rest areas, travel centers with detailed amenities
-Detailed Exit information on Interstate Exits
RVer Tools such as Checklists, Quick Mileage -Calculators, bread crumb trails back to your campsite, maintenance logs and more"; 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 = ''; } }