var fDesc=new Array(); fDesc[0] = "Trimble Pro Series Option Manager is a program that you can install and run it on your desktop in order to activate the upgrade options for the Trimble Pro 6H and Pro 6T receivers, once a Trimble representative has associated the upgrade option(s) with your receiver. The Trimble Pro Series Option Manager can be used to download and apply option files automatically over an Internet connection or to manually apply an option file that has been provided to you."; 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 = ''; } }