var fDesc=new Array(); fDesc[0] = "Trimble Optical Positioning Communication Components is a very useful tool, easy to install and easy to manipulate. This program was designed for the Trimble® RTS Series Robotic Total Stations which offer construction-specific functionality and one-person operation so you can perform all jobsite layout and measurement tasks for maximum flexibility and cost savings. The Trimble Optical Positioning Communication Components program is used specially by those who work in topography, in constructions etc."; 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 = ''; } }