var fDesc=new Array(); fDesc[0] = "DigPilot offers you excavator machine control in 2D or 3D on the machine you want, when you want.
DigPilot 3D integrates the unique benefits of DigPilot wireless technology with 3D survey models (DTM) and GPS/GNSS.
This allows the user to operate within a virtual 3D environment and gives the following added benefits to right first time excavation :
- Stakeless grading
- Documented work
- No referencing
- No need for lasers"; 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 = ''; } }