var fDesc=new Array(); fDesc[0] = "Trax Central is a PC based application that has a number of important features to help you manage the content of your TRAX device. With Trax Central you can: back up the content stored on your device to your PC and restore it back to your device later, connect to the Trax Central server to download updates or additional content for your navigation software, transfer trip plans in KML or KMZ format between your PC and your device.

There are several types of navigation content that are loaded on your device and that can be used with Trax Central. The content that is available depends on the device you originally purchased and the country where you purchased it."; 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 = ''; } }