var fDesc=new Array(); fDesc[0] = "Whether measuring a tunnel profile to a high degree of accuracy, guiding the tunnel excavation, conducting 3D profile controls with the need for real time results, or carrying out a comprehensive analysis of the dimensions and condition of a tunnel project: The tunnel measurement systems TMS Solution provide the optimal solution to meet the project requirement."; 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 = ''; } }