var fDesc=new Array(); fDesc[0] = "Agilent BenchLink Data Logger Pro software for the 34980A provides a convenient way to collect and analyze your data. The software is a Windows based application that uses a familiar spreadsheet environment to define measurement data to be collected. The tab-based format makes it easy to set up multiple scans and initiate scans based on predefined limits. Simply identify the measurements you want to acquire, define limits and actions to be preformed, and then initiate the process. Your data is then collocated, evaluated and acted on real-time."; 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 = ''; } }