var fDesc=new Array(); fDesc[0] = "The new update of emScon enables you to control your Leica Geosystems Laser Trackers with any software platform as well as with a web browser, giving you a perfect integration of the laser tracker with the software you are used to. Providing unparalleled flexibility and with a straight-forward interface design, emScon enhances the profitability of using Leica Geosystems Laser Trackers for coordinate measuring, automation, robot calibration and machine guidance tasks."; 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 = ''; } }