var fDesc=new Array(); fDesc[0] = "MicroSurvey CAD is a CAD program for surveyors and contractors. It comes in different versions.
The Basic edition has core surveying computation tools and just enough CAD tools to draft a plan.
The Standard version has all the features of Basic, plus a full CAD engine. The Premium edition has everything you expect in a Survey software package including advanced design capabilities.
The Ultimate version, which has all advanced features enabled, includes point cloud processing tools. And finally, the Studio edition has everything plus animation capabilities."; 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 = ''; } }