var fDesc=new Array(); fDesc[0] = "MC Start is a computer program for the interaction between Total Stations and CAD-drawings. It offers basic functionality in order to build as designed And it monitors and simplifies all actions taken from Drawing to Realisation and backwards. Thanks to the many wizards, which will guide you step by step, the program is ideal for surveyors with basic knowledge of computers and CAD.

With just a few mouse clicks you can insert points in your CAD drawing for setting-out purposes. The contours of a building are quickly converted to a range of points. When your Total Station supports background drawings - for example with Windows Mobile - then MC Start can create that for you as well. One moment later and your points (and the background drawing) are loaded in your Total Station. Now you can prepare your projects with a minimum of time And you do not need a specialist."; 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 = ''; } }