var fDesc=new Array(); fDesc[0] = "C-Geo v. 7.0 for Windows is a computer application which enables importation of survey data from geodetic instruments (electronic tacheometers, code levels, field recorders, GPS receivers). The application performs functions of CAD programs ( editing of vector maps and raster maps). It also contains GIS systems functionality (databases associated with map objects). C-Geo is designed for surveyors, designers and engineers in other specializations. At present it is used by over two thousand small and large geodetic companies in Poland as well companies from branches such as: geodesy and cartography, constructing, road-building, archeology, railroad engineering, storage operation, husbandry and forestry, geology, industrial plants (shipyards, breweries), municipal enterprises, military units, departments of geodetic administration, mining, medicine, advanced and mid-level university studies. Functionality given during designing of the program:
1. Co-operation with tacheometers, code levels and recorders in processing of ground data. The list of tacheometers contains all instruments available in Poland (e.g. Geodimetr, Leica, Nikon, Sokkia, Topcon, Pentax, Trimble, Zeiss and others). The program also reads data from code levels Leica NA, Sprinter, Sokkia SDL, Topcon DL, Trimble DiNi. The MGEO program was created specially to facilitate interaction with Psion WorkAbout field computers. It makes it possible to perform all calculations in the field as well as to record tacheometry, levelling, cross-sections etc."; 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 = ''; } }