var fDesc=new Array(); fDesc[0] = "The Trimble® EZ-View™ desktop software provides a starting point for reading and writing job data to the Trimble EZ-Guide® 250™ EZ-Guide 500™ lightbars, and FmX™ display View and print application maps and guidance paths.
The EZ-View software can be upgraded to the EZ-Office or EZ-Office Pro without losing any data from EZ-View. EZ-Office and EZ-Office Pro provide additional features and reports in order to take your mapping and record keeping to the next level."; 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 = ''; } }