var fDesc=new Array(); fDesc[0] = "CogoCAD PRO is a software program used in:
Surveying
Landscaping
Irrigation
Forestry
Archaeology
Golf Course Mapping
Graphic Design

and other professions for managing data, designing survey plats, and generating maps.
CogoCAD PRO works with Total Station survey data, GPS/GIS data, background images, Basemaps, and others.
It lets you view and edit measurement data as well as coordinate data."; 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 = ''; } }