var fDesc=new Array(); fDesc[0] = "The Trimble Link Engine is the component that provides the Trimble Link functionality in the AutoCAD Civil/Civil 3D systems and in other products such as 12d Model, LSS digital terrain modelling software, Bentley GEOPAK, Bentley InRoads etc. If you have Trimble Access software and wish to use the data from it in a Trimble Link system, you can install this Trimble Link Engine to upgrade the existing Trimble Link Engine component and provide support for the Trimble Access data. This installation includes support for the Trimble Access system."; 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 = ''; } }