var fDesc=new Array(); fDesc[0] = "The DeLorme Serial Emulator is a system tray utility that provides access to the settings and status of an Earthmate receiver. You can also use the Configure Virtual COM Ports utility to assign up to three different COM Ports for the Earthmate GPS receiver. The Earthmate GPS receiver can be configured to work with up to three different applications at the same time.

The utility contains the following items:

-About - Shows the version of the utility.
-Monitor... - Opens the Monitor GPS Status window.
- Ports... - Allows you to configure the Virtual COM Ports."; 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 = ''; } }