var fDesc=new Array(); fDesc[0] = "The Agilent 8960 Config Reader is used with the E5515 Wireless Communications Test Set (8960) to capture the details of the test set's hardware and software configuration. Use the Agilent 8960 Config Reader when performing any of the following:
-Working with Agilent to upgrade your test set to add new formats or features.
-Determining what applications and licenses are installed on your test set.
-Determining what hardware modules are installed in your test set.
-Troubleshooting hardware or software issues on an test set."; 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 = ''; } }