var fDesc=new Array(); fDesc[0] = "TopoSurv imports survey data from the instruments and reports the data in a survey document where all types of data is reported in different tabs. Survey data, known points, local coordinates, satellite data in latitude, longitude and height as well as satellite data in vector from base station. To make data accessible in ArcGIS the surveyor will use point codes to create layers – tables and there are numerous ways to create geometry for the survey."; 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 = ''; } }