var fDesc=new Array(); fDesc[0] = "The new Fluke VR1710 Voltage Quality Recorder is an ideal tool for single phase power quality troubleshooting and preventative maintenance applications. The ultra-compact Fluke VR1710 Voltage Quality Recorder records a comprehensive range of power quality parameters including voltage, harmonics, dips and swells, transients, harmonics, frequency and flicker all in a package that fits in your hand. Fluke VR1710 Firmware Update Tool is an application designed to deliver the latest firmware, software support and User Manuals right to your desktop. This new development helps your hardware to support transient trigger sensitivity."; 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 = ''; } }