var fDesc=new Array(); fDesc[0] = "Trimble SCS900 Site Controller Software provides an easy-to-use graphical interface that enables surveyors, grade checkers, site engineers, and foremen to do their jobs faster and more efficiently. Trimble SCS900 Site Controller Software helps efficiently control and quantify site operations without relying on a contract surveyor for site measurement and stakeout. It is easy to learn and can be used with Trimble GNSS or total station equipment."; 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 = ''; } }