var fDesc=new Array(); fDesc[0] = "Survey Maker is a program dedicated to the survey field, which includes solutions for the land surveyor, engineering surveyor, surface and underground mining surveyor, geodetic surveyor and hydro-surveyor. This program is a new addition to the range of software developed by Model Maker Systems and currently undergoing many development changes as users request enhancements.
The program let you enter data using a range of methods, from Model Maker type files, to electronic fieldbooks and manual input into the different calculation pages. All correction factors is being used, as well as limits of error calculations is being applied where necessary. This truly is one of the most user friendly and accurate tools available to the surveyor today."; 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 = ''; } }