var fDesc=new Array(); fDesc[0] = "Data Logger for Agilent Handheld Multi-function Calibrator and Meter is an application software that is targeted to extend the capabilities of the U1401A/U1401B Handheld Multi- Function Calibrator/Meter. The software provides a simple graphical user interface (GUI) that allows you to perform basic controls and measurements through the PC. The software also adds a long- term data recording function to the instrument."; 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 = ''; } }