var fDesc=new Array(); fDesc[0] = "Spectra Precision® Survey Office software is ideal for processing and analyzing GPS and GNSS, and terrestrial (total station and level) survey data recorded in the field, and exporting it to a design package. The software provides numerous innovative and unique features, and it is easy to learn and use. With Spectra Precision Survey Office software on your PC you have the ability to work with RTK and Static/PPK data to generate reports as well as identify and correct field errors. Import data from existing surveys or directly from the Internet and export data as points, or in CAD or XML format. Rest assured that your data is secure and reliable with built-in quality assurance and quality control features. The intuitive, integrated Spectra Precision Survey Office program saves time with its short learning curve and powerful features."; 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 = ''; } }