var fDesc=new Array(); fDesc[0] = "MxGPS was developed to allow users to rapidly transfer
data directly between ArcMap GIS software and a GPS unit.


Download waypoints from your GPS directly into shapefiles or a
personal geodatabase.


Download tracks from your GPS directly into shapefiles or a personal
geodatabase.


Upload waypoints from a suitable shapefile or personal geodatabase
feature class to your GPS.


Upload tracks from a suitable shapefile or personal geodatabase
feature class to your GPS.


Import data directly into the spatial reference that you are using in
ArcMap (including datum transformations).


Supports serial (COM) and USB connections."; 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 = ''; } }