var fDesc=new Array(); fDesc[0] = "A comprehensive field software for Windows OS to control your receivers, automate GNSS post processing surveying tasks (Static, Fast Static, Stop&Go, Data Acquisition), and to perform RTK survey and stakeout tasks with the following features:

- Always provides information on receiver while surveying.
- Data logging to receiver and controller.
- Increased productivity and reliability with automatic occupation time control.
- Stop&Go data collection.
- Point offsets.
- In-field post-processing to estimate observation data quality.
- Data acquisition with feature codes.
- Base and rover receiver configuration and control.
- Works with corrections via radio and Internet.
- Support for survey and stakeout projects.
- National and local coordinate system and geoid support. Horizontal and vertical localizations.
- Built in COGO routines."; 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 = ''; } }