var fDesc=new Array(); fDesc[0] = "Configure, monitor, or datalog any ProVu series meter using the PC-based MeterView Pro (MVP) software. MVP is available as a free download at www.predig.com (serial communications adapter required). MVP makes complete meter configuration simple and fast. Copying one meter configuration to another, as well as saving or retrieving a meter configuration file is a snap. MVP's linearization utility makes even a 32-point linearization task clear and easy to do. We also included a basic meter monitor and data logger for use with a ProVu. Of course, with ProVu's powerful Modbus protocol, custom programs can be made even more versatile."; 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 = ''; } }