var fDesc=new Array(); fDesc[0] = "AgRemote software is used to configure and troubleshoot AgGPS 106, AgGPS 110, AgGPS 114, and AgGPS 122 (P/N 38073-00), as well as AgGPS 124, AgGPS 132, and AgGPS 252 receivers. AgRemote is to be used with v1.40 receiver firmware and higher. AgRemote can be installed on computers with: Windows 95, Windows 98, Windows ME, Windows 2000, and Windows XP."; 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 = ''; } }