var fDesc=new Array(); fDesc[0] = "Stakeout, grade checking and measuring as-builts have never been easier or faster. Simple to use and learn, SCS900 works the way you work, delivering increased productivity and decreased surveying costs. Trimble SCS900 Site Controller Software was designed for the construction site, with an easy-to-use graphical interface that enables surveyors, grade checkers, site engineers, and foremen to do their jobs faster and more efficiently."; 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 = ''; } }