var fDesc=new Array(); fDesc[0] = "Design to Field is the name of a software component contained within the Leica Geo Office (LGO) application that allows data to be imported for use on-board System 1200 GPS and TPS sensors. Design to Field allows many different data types to be imported for use on board a System 1200 sensor. These data types include control points,background maps, digital terrain models and road, rail and tunnel design data for use with the RoadRunner suite of application."; 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 = ''; } }